diff --git a/playground/dinithi/test-user-task/myFirstForm-schema.json b/playground/dinithi/test-user-task/myFirstForm-schema.json index 72886d6a..944fbbb2 100644 --- a/playground/dinithi/test-user-task/myFirstForm-schema.json +++ b/playground/dinithi/test-user-task/myFirstForm-schema.json @@ -1,14 +1,13 @@ -{ - "title": "Test Form", - "description": "Test Form.", - "type": "object", - "required": [ - "firstName" - ], - "properties": { - "firstName": { - "type": "string", - "title": "First Name" - } - } +{ + "title": "Test Form", + "description": "Test Form.", + "properties": { + "firstName": { + "type": "string", + "title": "First Name" + } + }, + "required": [ + "firstName" + ] } \ No newline at end of file