UNPKG

angular2-json-schema-form

Version:
23 lines (22 loc) 350 B
{ "schema": { "apikey": { "type": "string", "title": "API key", "default": "supercalifragilisticexpialidocious" }, "text": { "type": "string", "title": "Search string" } }, "form": [ { "key": "apikey", "type": "hidden" }, "text", { "type": "submit", "title": "Search" } ] }