mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 21:48:28 +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",
|
||||
"properties": {
|
||||
"approve": {
|
||||
"type": "buttons",
|
||||
"title": "Approve",
|
||||
"propertyOrder": 1
|
||||
},
|
||||
"reject": {
|
||||
"type": "string",
|
||||
"title": "Reject",
|
||||
"propertyOrder": 2
|
||||
"buttons": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["button"]
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"propertyOrder": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": ["type", "title", "propertyOrder"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["buttons"]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user