demo-process-models/playground/tencent/pairing-with-dan-and-alex/approval-schema.json

15 lines
233 B
JSON

{
"title": "Approval",
"description": "",
"properties": {
"approval_two": {
"type": "string",
"title": "Do you apprvove",
"enum": [
"approve",
"reject"
]
}
},
"required": []
}