This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Changes in 1.1.0
Fixed:
dt2js
does not always output a$schema
property #106.
New features:
- Added
--validate
option todt2js
util which enables output JSON Schema validation with Ajv. Please see this readme section for more details. - Added
--validate
option tojs2dt
util which enables output RAML validation withwebapi-parser
. Please see this readme section for more details.
Dependencies:
- Fixed security issues related to npm packages dependencies.
- Update
webapi-parser
version to 0.4.0.