From ef1242c7196a685ba4a84dd28997a6309032f66b Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Mon, 14 Aug 2023 18:01:22 +0000 Subject: [PATCH] User: admin@spiffworkflow.org added process model file playground/tencent/pairing-with-dan-and-alex/approve-request-schema.json --- .../approve-request-schema.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 playground/tencent/pairing-with-dan-and-alex/approve-request-schema.json diff --git a/playground/tencent/pairing-with-dan-and-alex/approve-request-schema.json b/playground/tencent/pairing-with-dan-and-alex/approve-request-schema.json new file mode 100644 index 00000000..168850a9 --- /dev/null +++ b/playground/tencent/pairing-with-dan-and-alex/approve-request-schema.json @@ -0,0 +1,15 @@ +{ + "title": "Approve Request", + "description": "Do you approve this request?", + "properties": { + "do_you_approve": { + "type": "string", + "title": "Do you approve?", + "enum": [ + "approved", + "rejected" + ] + } + }, + "required": [] +} \ No newline at end of file