openapi-jsonschema-parameters
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -61,3 +61,3 @@ module.exports = convert; | ||
if (VALIDATION_KEYWORDS.indexOf(keyword) > -1) { | ||
if (VALIDATION_KEYWORDS.indexOf(keyword) > -1 || keyword.slice(0,2) === 'x-') { | ||
dst[keyword] = src[keyword]; | ||
@@ -64,0 +64,0 @@ } |
{ | ||
"name": "openapi-jsonschema-parameters", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Converts openapi parameters to a jsonschema format.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14338
493