mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:38:29 +00:00
14 lines
194 B
JSON
14 lines
194 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"s10_approval": {
|
|
"type": "string",
|
|
"title": "S10 Approval",
|
|
"enum": [
|
|
"Yes",
|
|
"No"
|
|
]
|
|
}
|
|
}
|
|
}
|