Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json-schema: initial pass at schema and validator #313

Merged
merged 1 commit into from
Mar 10, 2016

Commits on Mar 9, 2016

  1. schema: JSON Schema and validator for config.json

    Conforming to https://tools.ietf.org/html/draft-zyp-json-schema-03
    and http://json-schema.org/latest/json-schema-core.html
    
    * Utilizes a number of JSON schema features, including 'pattern'
    * Defined primitives, like integers, that we'll use
    * Split out definitions for primitives and platform-specific
    * Provide a Makefile for:
     - "fmt" target for *.json
     - "validate" target for building the validation tool
    
    Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
    vbatts committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    cdcabde View commit details
    Browse the repository at this point in the history