demo-process-models/playground/nutech/issue2/gatepasscollected-schema.json

15 lines
209 B
JSON

{
"type": "object",
"properties": {
"gatepass_collected": {
"type": "string",
"title": "Gate Pass Collected",
"enum": [
"Yes",
"No"
]
}
}
}