mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:18:17 +00:00
15 lines
209 B
JSON
15 lines
209 B
JSON
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"gatepass_collected": {
|
|
"type": "string",
|
|
"title": "Gate Pass Collected",
|
|
"enum": [
|
|
"Yes",
|
|
"No"
|
|
]
|
|
}
|
|
}
|
|
}
|