UNPKG

angular2-json-schema-form

Version:
22 lines (21 loc) 267 B
{ "schema": { "name": { "type": "string", "title": "Name" }, "age": { "type": "number", "title": "Age" } }, "form": [ "name", { "type": "advancedfieldset", "items": [ "age" ] } ] }