User: waqqas.jabbar@gmail.com added process model file playground/nutech/call-activity-1/select_product_style.json
This commit is contained in:
parent
cd3bba6dd3
commit
fb564bdbd8
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"title": "Select Product Style",
|
||||||
|
"type": "object",
|
||||||
|
"required": [
|
||||||
|
"product_style"
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"product_style": {
|
||||||
|
"title": "Product Style",
|
||||||
|
"type": "string",
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"const": "short",
|
||||||
|
"title": "Short"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"const": "long",
|
||||||
|
"title": "Long"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue