mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 13:58:18 +00:00
User: dinithijonline@gmail.com deleted process model file playground/dinithi/test-business-rule-task/IceCreamForm-schema.json
This commit is contained in:
parent
99e5e94a5e
commit
409a3b8f88
@ -1,37 +0,0 @@
|
||||
{
|
||||
"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…
x
Reference in New Issue
Block a user