node-raml-validate
node-raml-validate copied to clipboard
Strict validation of RAML parameters in JavaScript
Welcome to [Renovate](https://renovatebot.com)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...
This just an __*issue*__ I added the failed test case: (https://travis-ci.org/mulesoft-labs/node-raml-validate/jobs/254185210#L314) Schema: ```js { type: { type: 'string', enum: ['email', 'password'] } } ``` Data: ```js { type: 'email' }...
I want to perform automated validation of following things on git pre-commit hook: - RAML 0.8 syntax - json-schemas (with $refs) - examples (from my experience 99% of mistakes or...
Enable a flag that supports header wildcards from RAML 0.8.