You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
Form Schema(AKA "Schema") A JSON document which describes a form (e.g. a Contact Name & Address Form)
Form Schema Specification(AKA "Spec") - A JSON Schema document which can be used to validate a Form Schema.
Issue
There should be a Spec against which a Schema can be validated. angular-schema-form creates the form from the schema and also validates the form fields against the same schema.