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

This commit is contained in:
sartography-automated-committer 2024-02-08 03:34:04 +00:00
parent fb564bdbd8
commit 8a088921c2
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"title": "Select Shipping Method",
"type": "object",
"required": [
"shipping_method"
],
"properties": {
"shipping_method": {
"title": "Shipping Method",
"type": "string",
"oneOf": [
{
"const": "standard",
"title": "Standard"
},
{
"const": "overnight",
"title": "Overnight"
}
]
}
}
}