mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:18:08 +00:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"sasd_gate_area_approval": {
|
|
"type": "string",
|
|
"title": "SASD Gate Area Approval",
|
|
"enum": [
|
|
"Yes",
|
|
"No"
|
|
]
|
|
}
|
|
}
|
|
} |