mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:58:11 +00:00
User: waqqas.jabbar@gmail.com added process model file playground/nutech/call-activity-1/select_product_size.json
This commit is contained in:
parent
1e055b739d
commit
cd3bba6dd3
27
playground/nutech/call-activity-1/select_product_size.json
Normal file
27
playground/nutech/call-activity-1/select_product_size.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"title": "Select Product Size",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"product_size"
|
||||
],
|
||||
"properties": {
|
||||
"product_size": {
|
||||
"title": "Product Size",
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"const": "small",
|
||||
"title": "S"
|
||||
},
|
||||
{
|
||||
"const": "medium",
|
||||
"title": "M"
|
||||
},
|
||||
{
|
||||
"const": "large",
|
||||
"title": "L"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user