From fb564bdbd84ac10596f78b8b373cafbd18ce1534 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 8 Feb 2024 03:33:47 +0000 Subject: [PATCH] User: waqqas.jabbar@gmail.com added process model file playground/nutech/call-activity-1/select_product_style.json --- .../call-activity-1/select_product_style.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 playground/nutech/call-activity-1/select_product_style.json diff --git a/playground/nutech/call-activity-1/select_product_style.json b/playground/nutech/call-activity-1/select_product_style.json new file mode 100644 index 00000000..222fb888 --- /dev/null +++ b/playground/nutech/call-activity-1/select_product_style.json @@ -0,0 +1,23 @@ +{ + "title": "Select Product Style", + "type": "object", + "required": [ + "product_style" + ], + "properties": { + "product_style": { + "title": "Product Style", + "type": "string", + "oneOf": [ + { + "const": "short", + "title": "Short" + }, + { + "const": "long", + "title": "Long" + } + ] + } + } +}