JSPM

schema-compiler

0.0.3
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 755
    • Score
      100M100P100Q86520F
    • License Apache-2.0

    Builds an all encompassing, complete JSON Schema from smaller ones, resolving $refs along the way.

    Package Exports

    • schema-compiler

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (schema-compiler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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>