angular2-json-schema-form
Version:
Angular 2 JSON Schema Form builder
23 lines (22 loc) • 350 B
JSON
{
"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"
} ]
}