Schema:Everything: Difference between revisions
Appearance
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| Line 44: | Line 44: | ||
"type": "select", | "type": "select", | ||
"options": [ | "options": [ | ||
"Draft", | { | ||
"Review", | "id": "o1demo1aaaaaab1", | ||
"Approved", | "label": "Draft" | ||
"Archived" | }, | ||
{ | |||
"id": "o1demo1aaaaaab2", | |||
"label": "Review" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaab3", | |||
"label": "Approved" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaab4", | |||
"label": "Archived" | |||
} | |||
] | ] | ||
}, | }, | ||
| Line 53: | Line 65: | ||
"type": "select", | "type": "select", | ||
"options": [ | "options": [ | ||
"Low", | { | ||
"Medium", | "id": "o1demo1aaaaaac1", | ||
"High", | "label": "Low" | ||
"Critical" | }, | ||
{ | |||
"id": "o1demo1aaaaaac2", | |||
"label": "Medium" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaac3", | |||
"label": "High" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaac4", | |||
"label": "Critical" | |||
} | |||
], | ], | ||
"required": true | "required": true | ||
| Line 63: | Line 87: | ||
"type": "select", | "type": "select", | ||
"options": [ | "options": [ | ||
"Red", | { | ||
"Green", | "id": "o1demo1aaaaaad1", | ||
"Blue", | "label": "Red" | ||
"Yellow" | }, | ||
{ | |||
"id": "o1demo1aaaaaad2", | |||
"label": "Green" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaad3", | |||
"label": "Blue" | |||
}, | |||
{ | |||
"id": "o1demo1aaaaaad4", | |||
"label": "Yellow" | |||
} | |||
], | ], | ||
"multiple": true | "multiple": true | ||