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