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

16 lines
212 B
JSON

{
"title": "A",
"type": "object",
"properties": {
"documents_collected": {
"type": "string",
"title": "Documents Collected",
"enum": [
"Yes",
"No"
]
}
}
}