UNPKG

react-jsonschema

Version:
20 lines (19 loc) 327 B
{ "title": "Basic Demo", "type": "object", "properties": { "firstName": { "type": "string", "title": "First Name" }, "lastName": { "type": "string", "title": "Last Name" }, "age": { "type": "integer", "title": "Age", "description": "Age in years" } } }