UNPKG

jsonform

Version:

Client-side JavaScript library that generates HTML forms from structured data models expressed using a JSON schema, possibly completed by a form layout description.

21 lines 269 B
{ "schema": { "name": { "type": "string", "title": "Name" }, "key": { "type": "string", "title": "Access key" } }, "form": [ "name", { "type": "authfieldset", "items": [ "key" ] } ] }