mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 22:28:15 +00:00
24 lines
370 B
JSON
24 lines
370 B
JSON
|
{
|
||
|
"title": "Simple form",
|
||
|
"description": "try it out",
|
||
|
"properties": {
|
||
|
"text": {
|
||
|
"type": "string",
|
||
|
"title": "text"
|
||
|
},
|
||
|
"select": {
|
||
|
"type": "string",
|
||
|
"title": "select",
|
||
|
"enum": [
|
||
|
"1",
|
||
|
"2",
|
||
|
"3"
|
||
|
]
|
||
|
},
|
||
|
"check": {
|
||
|
"type": "boolean",
|
||
|
"title": "check"
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|