UNPKG

angular2-json-schema-form

Version:
28 lines (27 loc) 392 B
{ "schema": { "comment": { "type": "string", "title": "Comment" }, "name": { "type": "string", "title": "Name" }, "age": { "type": "number", "title": "Age" } }, "form": [ { "key": "comment", "type": "textarea" }, { "type": "section", "title": "Author", "items": [ "name", "age" ] } ] }