raml-org / ramldt2jsonschema

CLI & Library to convert a RAML 1.0 data type to a JSON Schema, and back
Apache License 2.0
59 stars 22 forks source link

Fixes #55: Validate JSON Schema output of dt2js #108

Closed postatum closed 5 years ago

postatum commented 5 years ago

Fixes #55: Validate JSON Schema output of dt2js

I didn't add ajv as an optional dependency to package.json because currently supported properties of it serve different purposes. optionalDependencies - installs deps any way; peerDependencies - is used to specify with which "parent"-package the lib works.