User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/decisionbuttons-uischema.json

This commit is contained in:
sartography-automated-committer 2024-02-15 09:52:17 +00:00
parent b2eaa3ae51
commit 48dadeaa67

View File

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