quantum-computing-research-and-algorithm-development-notion-template-f42a / f42aa829 /database_schema.json
| { | |
| "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" | |
| ] | |
| } | |
| } | |
| } | |
| } |