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

This commit is contained in:
sartography-automated-committer 2024-02-08 03:33:47 +00:00
parent cd3bba6dd3
commit fb564bdbd8
1 changed files with 23 additions and 0 deletions

View File

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