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

This commit is contained in:
sartography-automated-committer 2024-02-15 09:52:13 +00:00
parent a8c42ecf0a
commit b2eaa3ae51

View File

@ -1,25 +1,3 @@
{
"type": "object",
"properties": {
"buttons": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": ["button"]
},
"title": {
"type": "string"
},
"propertyOrder": {
"type": "integer"
}
},
"required": ["type", "title", "propertyOrder"]
}
}
},
"required": ["buttons"]
}