-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
40 lines (38 loc) · 898 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
- FieldNames:
page_id: Page ID
name: Name
urlslug: URL Slug
ID: Identity
ALIGN: Alignment
EYE: Eye Color
HAIR: Hair Color
SEX: Sex
GSM: GSM
ALIVE: Status
APPEARANCES: Appearances
FIRST APPEARANCE: First Appearance
Year: Year of First Appearance
- DataTypes:
int: number
str: string
list: array
float: number
dict: object
# Could go one level further to check object types/structure that align with Airtable
- FieldTypes:
singleLineText: string
email: string
url: string
multilineText: string
number: number
percent: number
currency: number
singleSelect: object
multipleSelects: array
singleCollaborator: object
multipleCollaborators: array
multipleRecordLinks: array
date: [Date, string]
dateTime: [Date, string]
phoneNumber: string
multipleAttachments: array