Schema:Everything: Difference between revisions
Appearance
Content deleted Content added
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| Line 40: | Line 40: | ||
"minimum": 42, |
"minimum": 42, |
||
"maximum": 100 |
"maximum": 100 |
||
}, |
|||
"select/select": { |
|||
"type": "select", |
|||
"options": [ |
|||
"Draft", |
|||
"Review", |
|||
"Approved", |
|||
"Archived" |
|||
] |
|||
}, |
|||
"select/select (required)": { |
|||
"type": "select", |
|||
"options": [ |
|||
"Low", |
|||
"Medium", |
|||
"High", |
|||
"Critical" |
|||
], |
|||
"required": true |
|||
}, |
|||
"select/select (many)": { |
|||
"type": "select", |
|||
"options": [ |
|||
"Red", |
|||
"Green", |
|||
"Blue", |
|||
"Yellow" |
|||
], |
|||
"multiple": true |
|||
}, |
}, |
||
"relation/relation": { |
"relation/relation": { |
||