{ "title": "Text Area", "description": "A larger resizable area to enter longer text.", "type": "object", "properties": { "hobbies": { "type": "string", "title": "Your Hobbies" }, "experience": { "type": "string", "title": "Your Experience" } }, "required": [ "experience" ] }