UNPKG

angular2-json-schema-form

Version:
28 lines (27 loc) 540 B
{ "schema": { "friends": { "type": "array", "items": { "type": "object", "title": "Friend", "properties": { "nick": { "type": "string", "title": "Nickname", "required": true }, "gender": { "type": "string", "title": "Gender", "enum": [ "male", "female", "alien" ] }, "age": { "type": "integer", "title": "Age" } } } } } }