UNPKG

angular2-json-schema-form

Version:
19 lines (18 loc) 283 B
{ "schema": { "thoughts": { "type": "array", "items": { "title": "A thought", "type": "string" } } }, "form": [ { "type": "array", "items": [ { "key": "thoughts[]", "title": "Thought number {{idx}}" } ] } ] }