From 1a8fb9a3dea14a5b3177bb6bbe901a5c7ce32cb8 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Wed, 16 Aug 2023 05:36:40 +0000 Subject: [PATCH] User: dingli@gmail.com added process model file playground/tencent/spiffducks/interview-client-schema.json --- .../spiffducks/interview-client-schema.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 playground/tencent/spiffducks/interview-client-schema.json diff --git a/playground/tencent/spiffducks/interview-client-schema.json b/playground/tencent/spiffducks/interview-client-schema.json new file mode 100644 index 00000000..1c7c250e --- /dev/null +++ b/playground/tencent/spiffducks/interview-client-schema.json @@ -0,0 +1,17 @@ +{ + "title": "interview_client", + "description": "", + "properties": { + "what_is_your_favorite_kind_of_duck": { + "type": "string", + "title": "What is your favorite kind of duck?", + "enum": [ + "Mallard", + "Wood Duck", + "Widgeon", + "Dead ducks" + ] + } + }, + "required": [] +} \ No newline at end of file