mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 23:38:18 +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": []
|
|
} |