From a8eac5a761f277008b9c484d491bae59b1d9b4e6 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Tue, 1 Aug 2023 13:01:54 +0000 Subject: [PATCH] User: madhurya@sartography.com added process model file examples/2-in-depth/2-3-sub-processes/soup-schema.json --- .../2-3-sub-processes/soup-schema.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 examples/2-in-depth/2-3-sub-processes/soup-schema.json diff --git a/examples/2-in-depth/2-3-sub-processes/soup-schema.json b/examples/2-in-depth/2-3-sub-processes/soup-schema.json new file mode 100644 index 00000000..2861e1b6 --- /dev/null +++ b/examples/2-in-depth/2-3-sub-processes/soup-schema.json @@ -0,0 +1,23 @@ +{ + "title": "Soup", + "description": "Please select your choice of Soup", + "properties": { + "chicken_noodle_soup": { + "type": "boolean", + "title": "Chicken Noodle Soup" + }, + "french_onion_soup": { + "type": "boolean", + "title": "French Onion Soup" + }, + "roasted_pumpkin_soup": { + "type": "boolean", + "title": "Roasted Pumpkin Soup" + }, + "tom_yum_soup": { + "type": "boolean", + "title": "Tom Yum Soup" + } + }, + "required": [] +} \ No newline at end of file