demo-process-models/playground/nutech/issue/STVSASD-schema.json

11 lines
188 B
JSON

{
"title": "Verification",
"description": "A super simple checkbox",
"properties": {
"done": {
"type": "boolean",
"title": "Done?",
"default": false
}
}
}