schema-compiler

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

Apache-2.0 3 个版本
安装
npm install schema-compiler
yarn add schema-compiler
pnpm add schema-compiler
bun add schema-compiler
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>
版本列表
0.0.3 2016-03-16
0.0.2 2016-03-16
0.0.1 2016-03-16