diff --git a/playground/volker-kuehn/firstmenu/simple_form.json b/playground/volker-kuehn/firstmenu/simple_form.json new file mode 100644 index 00000000..c024322e --- /dev/null +++ b/playground/volker-kuehn/firstmenu/simple_form.json @@ -0,0 +1,15 @@ +{ + "title": "A registration form", + "description": "A simple form example.", + "type": "object", + "required": [ + "firstMessage" + ], + "properties": { + "firstMessage": { + "type": "string", + "title": "Your message", + "default": "you are the most beautiful one" + } + } +} \ No newline at end of file