User: dinithijonline@gmail.com added process model file playground/dinithi/test-business-rule-task/IceCreamForm-schema.json
This commit is contained in:
parent
d36fabff90
commit
d3169a87a9
|
@ -1,16 +1,26 @@
|
||||||
{
|
{
|
||||||
"title": "Pick Your ICE CREAM Choice",
|
"title": "Pick Your ICE CREAM Choice",
|
||||||
"properties" : {
|
"properties": {
|
||||||
"flavor" : {
|
"flavor": {
|
||||||
"title" : "Flavor",
|
"type": "string",
|
||||||
"type":"string",
|
"title": "Flavor",
|
||||||
"enum": [
|
"enum": [
|
||||||
"Vanila",
|
"Vanila",
|
||||||
"Strawberry",
|
"Strawberry",
|
||||||
"Chocolate"
|
"Chocolate"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
}
|
"cashew": {
|
||||||
}
|
"type": "boolean",
|
||||||
|
"title": "Cashew"
|
||||||
|
},
|
||||||
|
"peanut": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Peanut"
|
||||||
|
},
|
||||||
|
"chocolate_sprinkles": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "chocolate sprinkles"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -1 +1,8 @@
|
||||||
{}
|
{
|
||||||
|
"ui:order": [
|
||||||
|
"flavor",
|
||||||
|
"cashew",
|
||||||
|
"peanut",
|
||||||
|
"chocolate_sprinkles"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue