UNPKG

angular2-json-schema-form

Version:
19 lines (18 loc) 307 B
{ "schema": { "type": "object", "properties": { "items": { "type": "array", "items": { "type": "string", "title": "Item", "default": "New Item" } } } }, "data": { "items": ["Item 1", "Item 2", "Item 3", "Item 4"] } }