Schema:Everything: Difference between revisions
Appearance
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| (One intermediate revision by the same user not shown) | |||
| Line 40: | Line 40: | ||
"minimum": 42, | "minimum": 42, | ||
"maximum": 100 | "maximum": 100 | ||
}, | |||
"select/select": { | |||
"type": "select", | |||
"options": [ | |||
{ | |||
"id": "o1demo1aaaaaab1", | |||
"label": "Draft" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaab2", | |||
"label": "Review" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaab3", | |||
"label": "Approved" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaab4", | |||
"label": "Archived" | |||
} | |||
] | |||
}, | |||
"select/select (required)": { | |||
"type": "select", | |||
"options": [ | |||
{ | |||
"id": "o1demo1aaaaaac1", | |||
"label": "Low" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaac2", | |||
"label": "Medium" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaac3", | |||
"label": "High" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaac4", | |||
"label": "Critical" | |||
} | |||
], | |||
"required": true | |||
}, | |||
"select/select (many)": { | |||
"type": "select", | |||
"options": [ | |||
{ | |||
"id": "o1demo1aaaaaad1", | |||
"label": "Red" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaad2", | |||
"label": "Green" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaad3", | |||
"label": "Blue" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaad4", | |||
"label": "Yellow" | |||
} | |||
], | |||
"multiple": true | |||
}, | }, | ||
"relation/relation": { | "relation/relation": { | ||