{ "title": "New Study Basic Info", "description": "Provide study full and abbreviated name, Princ')", "type": "object", "required": [ "firstName" ], "properties": { "firstName": { "type": "string", "title": "First name", "default": "Chuck" } } }