From ffb834ab044e5227535761d24b50177ab54cc599 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Fri, 30 Jun 2023 20:12:37 +0000 Subject: [PATCH] User: dan@sartography.com added process model file playground/dan/dans-first-progress-model/questions-about-spam-uischema.json --- .../questions-about-spam-schema.json | 11 +++++++++++ .../questions-about-spam-uischema.json | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 playground/dan/dans-first-progress-model/questions-about-spam-schema.json create mode 100644 playground/dan/dans-first-progress-model/questions-about-spam-uischema.json diff --git a/playground/dan/dans-first-progress-model/questions-about-spam-schema.json b/playground/dan/dans-first-progress-model/questions-about-spam-schema.json new file mode 100644 index 00000000..d1d95d5a --- /dev/null +++ b/playground/dan/dans-first-progress-model/questions-about-spam-schema.json @@ -0,0 +1,11 @@ +{ + "title": "Questions about Spam", + "description": "", + "properties": { + "cans_of_spam": { + "type": "string", + "title": "How many can's of spam did you eat this week" + } + }, + "required": [] +} \ No newline at end of file diff --git a/playground/dan/dans-first-progress-model/questions-about-spam-uischema.json b/playground/dan/dans-first-progress-model/questions-about-spam-uischema.json new file mode 100644 index 00000000..c0190312 --- /dev/null +++ b/playground/dan/dans-first-progress-model/questions-about-spam-uischema.json @@ -0,0 +1,5 @@ +{ + "ui:order": [ + "cans_of_spam" + ] +} \ No newline at end of file