User: waqqas.jabbar@gmail.com added process model file playground/nutech/call-activity-1/select_product_color.json

This commit is contained in:
sartography-automated-committer 2024-02-08 03:33:25 +00:00
parent 9f3838ea2e
commit 1e055b739d
1 changed files with 31 additions and 0 deletions

View File

@ -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"
}
]
}
}
}