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

19 lines
376 B
JSON

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