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

11 lines
214 B
JSON

{
"title": "Checkbox",
"description": "Authority Letter/Unit Demand Collected?",
"properties": {
"done": {
"type": "boolean",
"title": "Documents Collected",
"default": false
}
}
}