User: waqqas.jabbar@gmail.com added process model file playground/nutech/call-activity-1/select_shipping_method.json
This commit is contained in:
parent
fb564bdbd8
commit
8a088921c2
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue