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

This commit is contained in:
sartography-automated-committer 2023-08-14 18:44:02 +00:00
parent 5f2ecc38e2
commit 50c21c5a8f
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"title": "Approval",
"description": "",
"properties": {
"approval_two": {
"type": "string",
"title": "Do you apprvove",
"enum": [
"approve",
"reject"
]
}
},
"required": []
}

View File

@ -0,0 +1,5 @@
{
"ui:order": [
"approval_two"
]
}