mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 13:58:18 +00:00
User: waqqas.jabbar@gmail.com added process model file playground/nutech/spiff-example-1/select_product_and_quantity.json
This commit is contained in:
parent
082bb15c34
commit
4b927e95e2
@ -0,0 +1,48 @@
|
||||
{
|
||||
"title": "Select Product and Quantity",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"product_name",
|
||||
"product_quantity"
|
||||
],
|
||||
"properties": {
|
||||
"product_name": {
|
||||
"title": "Product Name",
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"const": "product_a",
|
||||
"title": "A"
|
||||
},
|
||||
{
|
||||
"const": "product_b",
|
||||
"title": "B"
|
||||
},
|
||||
{
|
||||
"const": "product_c",
|
||||
"title": "C"
|
||||
},
|
||||
{
|
||||
"const": "product_d",
|
||||
"title": "D"
|
||||
},
|
||||
{
|
||||
"const": "product_e",
|
||||
"title": "E"
|
||||
},
|
||||
{
|
||||
"const": "product_f",
|
||||
"title": "F"
|
||||
},
|
||||
{
|
||||
"const": "product_g",
|
||||
"title": "G"
|
||||
}
|
||||
]
|
||||
},
|
||||
"product_quantity": {
|
||||
"title": "Quantity",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user