diff --git a/playground/nutech/call-activity-1/ship_product.json b/playground/nutech/call-activity-1/ship_product.json new file mode 100644 index 00000000..1ec52826 --- /dev/null +++ b/playground/nutech/call-activity-1/ship_product.json @@ -0,0 +1,14 @@ +{ + "title": "Ship Product", + "type": "object", + "required": [ + "product_shipped" + ], + "properties": { + "product_shipped": { + "title": "Was the product shipped?", + "type": "string", + "default": "Y" + } + } +}