Source: libjs-angular-schema-form Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Ivan Udovichenko , Thomas Goirand , Build-Depends: debhelper (>= 9), yui-compressor, Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/libjs-angular-schema-form.git Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/libjs-angular-schema-form.git Homepage: https://github.com/json-schema-form/angular-schema-form Package: libjs-angular-schema-form Architecture: all Depends: libjs-angularjs, ${misc:Depends}, Recommends: javascript-common, Description: form generator from a JSON schema Schema Form is a set of AngularJS directives (and a couple of services). It can do two things to make life easier: 1. Create a form directly from a JSON schema. 2. Validate form fields against that same JSON schema. . Schema Form uses convention over configuration, so it comes packaged with some sensible defaults. But you can always customize it by changing the order and types of form fields.