https://github.com/postmanlabs/schema-compiler
json-schema-builder
https://github.com/postmanlabs/schema-compiler
Last synced: 3 months ago
JSON representation
json-schema-builder
- Host: GitHub
- URL: https://github.com/postmanlabs/schema-compiler
- Owner: postmanlabs
- Created: 2016-03-15T13:07:01.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-18T16:16:53.000Z (about 3 years ago)
- Last Synced: 2025-01-30T07:11:33.179Z (12 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 4
- Watchers: 8
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# schema-compiler
Compiles JSON Schemas given a root schema and a directory containing
sub-schemas.
```
Usage:
json-schema-compiler --dir \
--root \
--output
```