From f7664ece34088adec33b658dbbc2011afb264f4a Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 17 Aug 2023 16:57:58 +0000 Subject: [PATCH] User: admin@spiffworkflow.org added process model file playground/dan/example-process-model/what-do-you-like-schema.json --- .../what-do-you-like-schema.json | 11 +++++++++++ .../what-do-you-like-uischema.json | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 playground/dan/example-process-model/what-do-you-like-schema.json create mode 100644 playground/dan/example-process-model/what-do-you-like-uischema.json diff --git a/playground/dan/example-process-model/what-do-you-like-schema.json b/playground/dan/example-process-model/what-do-you-like-schema.json new file mode 100644 index 00000000..540faa85 --- /dev/null +++ b/playground/dan/example-process-model/what-do-you-like-schema.json @@ -0,0 +1,11 @@ +{ + "title": "What do you like?", + "description": "", + "properties": { + "spam?": { + "type": "string", + "title": "Do you like spam?" + } + }, + "required": [] +} \ No newline at end of file diff --git a/playground/dan/example-process-model/what-do-you-like-uischema.json b/playground/dan/example-process-model/what-do-you-like-uischema.json new file mode 100644 index 00000000..980a2fb6 --- /dev/null +++ b/playground/dan/example-process-model/what-do-you-like-uischema.json @@ -0,0 +1,5 @@ +{ + "ui:order": [ + "spam?" + ] +} \ No newline at end of file