rlugojr / schema-compiler

json-schema-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schema-compiler

Compiles JSON Schemas given a root schema and a directory containing sub-schemas.

Usage:
    json-schema-compiler --dir <path-to-directory> \
            --root <path-to-root-schema> \
            --output <path-to-output-file>

About

json-schema-builder


Languages

Language:JavaScript 97.3%Language:Shell 2.7%