demo-process-models/playground/bnpi/test/approve-schema.json

19 lines
379 B
JSON

{
"title": "Approve Request",
"description": "Please approve or decline this vacation request",
"properties": {
"approved": {
"type": "string",
"title": "Approved?",
"enum": [
"approved",
"rejected"
]
},
"explanation": {
"type": "string",
"title": "Explanation"
}
},
"required": []
}