mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 12:28:23 +00:00
15 lines
242 B
JSON
15 lines
242 B
JSON
|
{
|
||
|
"title": "validate ics mock",
|
||
|
"description": "",
|
||
|
"properties": {
|
||
|
"is_the_ics_valide": {
|
||
|
"type": "string",
|
||
|
"title": "Is the ICS valide?",
|
||
|
"enum": [
|
||
|
"yes",
|
||
|
"no"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|