check-json-schema

1.1.0 • Public • Published

check-json-schema

Usage:

$ npm i -g check-json-schema

$ check-json-schema good.schema.json
✔ good.schema.json

$ check-json-schema bad.schema.json
✖ bad.schema.json
 - data.properties['href'].format should be string

$ check-json-schema *.schema.json
✔ good.schema.json
✖ bad.schema.json
 - data.properties['href'].format should be string

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i check-json-schema

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

7.47 kB

Total Files

5

Last publish

Collaborators

  • pfrazee