mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 05:58:19 +00:00
User: dinithijonline@gmail.com clicked save for playground/dinithi/test-business-rule-task/IceCreamForm1-schema.json
This commit is contained in:
parent
ab0fc1c90c
commit
c0a0534acc
@ -1,6 +1,9 @@
|
||||
{
|
||||
"title": "Select a Pizza!",
|
||||
"description": "",
|
||||
"required": [
|
||||
"size", "toppings"
|
||||
],
|
||||
"properties": {
|
||||
"size": {
|
||||
"type": "string",
|
||||
@ -13,11 +16,22 @@
|
||||
},
|
||||
"toppings": {
|
||||
"type": "array",
|
||||
"title": "Toppings"
|
||||
"title": "Toppings",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Pepperoni",
|
||||
"Cucumber",
|
||||
"Spam",
|
||||
"Anchovies",
|
||||
"Salsa",
|
||||
"Squash",
|
||||
"Peanuts",
|
||||
"Octopus Tenticles",
|
||||
"Chicken Feet"
|
||||
]
|
||||
},
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"size",
|
||||
"toppings"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user