File size: 870 Bytes
014a871 | 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 41 42 43 44 45 | {
"main_database": {
"name": "Quantum Computing Research and Algorithm Development Notion Template \u2014 Main Database",
"properties": {
"Name": {
"type": "title"
},
"Category": {
"type": "select",
"options": [
"Category A",
"Category B",
"Category C"
]
},
"Status": {
"type": "select",
"options": [
"Active",
"Pending",
"Archived"
]
},
"Date": {
"type": "date"
},
"Tags": {
"type": "multi_select"
},
"Notes": {
"type": "rich_text"
},
"Rating": {
"type": "select",
"options": [
"1",
"2",
"3",
"4",
"5"
]
}
}
}
} |