mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 19:18:06 +00:00
User: admin@spiffworkflow.org added process model file playground/tencent/pairing-with-dan-and-alex/approval-schema.json
This commit is contained in:
parent
5f2ecc38e2
commit
50c21c5a8f
@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Approval",
|
||||
"description": "",
|
||||
"properties": {
|
||||
"approval_two": {
|
||||
"type": "string",
|
||||
"title": "Do you apprvove",
|
||||
"enum": [
|
||||
"approve",
|
||||
"reject"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"ui:order": [
|
||||
"approval_two"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user