{ "title": "Text Area", "description": "", "type": "object", "required": [ "text1","text2", "text3","text4" ], "properties": { "text1": { "type": "string", "title": "Text1" }, "text2": { "type": "string", "title": "Text2" }, "text3": { "type": "string", "title": "Text3" }, "text4": { "type": "string", "title": "Text4" } } }