User: admin@spiffworkflow.org added process model file playground/tencent/pairing-with-dan-and-alex/approve-request-schema.json
This commit is contained in:
parent
b907b0307a
commit
ef1242c719
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"title": "Approve Request",
|
||||
"description": "Do you approve this request?",
|
||||
"properties": {
|
||||
"do_you_approve": {
|
||||
"type": "string",
|
||||
"title": "Do you approve?",
|
||||
"enum": [
|
||||
"approved",
|
||||
"rejected"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
}
|
Loading…
Reference in New Issue