UNPKG

angular2-json-schema-form

Version:
23 lines (22 loc) 387 B
{ "schema": { "name": { "title": "Name", "description": "Nickname allowed", "type": "string" }, "gender": { "title": "Gender", "description": "Your gender", "type": "string", "enum": [ "male", "female", "alien" ] } }, "form": [ "*", { "type": "submit", "title": "OK Go - This Too Shall Pass" } ] }