UNPKG

react-jsonschema

Version:
15 lines (14 loc) 220 B
{ "title": "Arrays Demo", "type": "object", "properties": { "websites": { "title": "Websites", "type": "array", "items": { "type": "string", "title": "URL" } } } }