User: dinithijonline@gmail.com added process model file playground/dinithi/test-business-rule-task/IceCreamForm.json
This commit is contained in:
parent
ba4b452667
commit
4c2e2e1647
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"title": "Select a Pizza!",
|
||||
"description": "",
|
||||
"required": [
|
||||
"size", "toppings"
|
||||
],
|
||||
"properties": {
|
||||
"size": {
|
||||
"type": "string",
|
||||
"title": "Size",
|
||||
"enum": [
|
||||
"Personal",
|
||||
"Medium",
|
||||
"Large"
|
||||
]
|
||||
},
|
||||
"toppings": {
|
||||
"type": "array",
|
||||
"title": "Toppings",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Pepperoni",
|
||||
"Cucumber",
|
||||
"Spam",
|
||||
"Anchovies",
|
||||
"Salsa",
|
||||
"Squash",
|
||||
"Peanuts",
|
||||
"Octopus Tenticles",
|
||||
"Chicken Feet"
|
||||
]
|
||||
},
|
||||
"uniqueItems": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue