User: waqqas.jabbar@gmail.com added process model file playground/nutech/call-activity-1/select_product_color.json
This commit is contained in:
parent
9f3838ea2e
commit
1e055b739d
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"title": "Select Product Color",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"product_color"
|
||||
],
|
||||
"properties": {
|
||||
"product_color": {
|
||||
"title": "Product Color",
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"const": "white",
|
||||
"title": "White"
|
||||
},
|
||||
{
|
||||
"const": "black",
|
||||
"title": "Black"
|
||||
},
|
||||
{
|
||||
"const": "gray",
|
||||
"title": "Gray"
|
||||
},
|
||||
{
|
||||
"const": "navy",
|
||||
"title": "Navy"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue