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

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

View File

@ -0,0 +1,14 @@
{
"title": "Ship Product",
"type": "object",
"required": [
"product_shipped"
],
"properties": {
"product_shipped": {
"title": "Was the product shipped?",
"type": "string",
"default": "Y"
}
}
}