User: admin@spiffworkflow.org added process model file playground/tencent/pairing-with-dan-and-alex/approve-request-schema.json

This commit is contained in:
sartography-automated-committer 2023-08-14 18:01:22 +00:00
parent b907b0307a
commit ef1242c719
1 changed files with 15 additions and 0 deletions

View File

@ -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": []
}