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",
|
||||
"properties" : {
|
||||
"flavor" : {
|
||||
"title" : "Flavor",
|
||||
"type":"string",
|
||||
"enum": [
|
||||
"Vanila",
|
||||
"Strawberry",
|
||||
"Chocolate"
|
||||
]
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
"title": "Pick Your ICE CREAM Choice",
|
||||
"properties": {
|
||||
"flavor": {
|
||||
"type": "string",
|
||||
"title": "Flavor",
|
||||
"enum": [
|
||||
"Vanila",
|
||||
"Strawberry",
|
||||
"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