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

This commit is contained in:
sartography-automated-committer 2024-02-08 03:33:34 +00:00
parent 1e055b739d
commit cd3bba6dd3

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