mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 18:58:14 +00:00
23 lines
400 B
JSON
23 lines
400 B
JSON
{
|
|
"title": "Fill ICS",
|
|
"description": "Please fill your ICS",
|
|
"properties": {
|
|
"question1": {
|
|
"type": "string",
|
|
"title": "question1",
|
|
"enum": [
|
|
"option1",
|
|
"option2"
|
|
]
|
|
},
|
|
"question2": {
|
|
"type": "string",
|
|
"title": "question2"
|
|
},
|
|
"question3": {
|
|
"type": "boolean",
|
|
"title": "question3"
|
|
}
|
|
},
|
|
"required": []
|
|
} |