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

13 lines
205 B
JSON

{
"title": "Dropdown list",
"type": "object",
"properties": {
"documents_collected": {
"title": "Forms Collected",
"type": "string",
"anyOf": [
"yes"
]
}
}
}