{ "title": "Tell us about the trip", "type": "object", "required": [ "triame" ], "properties": { "firstName": { "type": "string", "title": "First name", "default": "Chuck" }, "bio": { "type": "string", "title": "Bio" } } }