mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 05:35:20 +00:00
User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/decisionbuttons-uischema.json
This commit is contained in:
parent
b2eaa3ae51
commit
48dadeaa67
@ -1,15 +1,26 @@
|
|||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"approve": {
|
"buttons": {
|
||||||
"type": "buttons",
|
"type": "array",
|
||||||
"title": "Approve",
|
"items": {
|
||||||
"propertyOrder": 1
|
"type": "object",
|
||||||
},
|
"properties": {
|
||||||
"reject": {
|
"type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Reject",
|
"enum": ["button"]
|
||||||
"propertyOrder": 2
|
},
|
||||||
|
"title": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"propertyOrder": {
|
||||||
|
"type": "integer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"required": ["type", "title", "propertyOrder"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"required": ["buttons"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user