diff --git a/playground/fime/certification2/fill-ics-mock-schema.json b/playground/fime/certification2/fill-ics-mock-schema.json new file mode 100644 index 00000000..698ff1cb --- /dev/null +++ b/playground/fime/certification2/fill-ics-mock-schema.json @@ -0,0 +1,23 @@ +{ + "title": "Fill ICS (mock)", + "description": "", + "properties": { + "question1": { + "type": "string", + "title": "question1" + }, + "question2": { + "type": "boolean", + "title": "question2" + }, + "question3": { + "type": "string", + "title": "question3", + "enum": [ + "option1", + "option2" + ] + } + }, + "required": [] +} \ No newline at end of file