demo-process-models/playground/nutech/receipt/checkingdocs-schema.json

15 lines
244 B
JSON

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