@ibm-cloud/openapi-ruleset-utilities
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -0,1 +1,8 @@ | ||
# @ibm-cloud/openapi-ruleset-utilities [1.1.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset-utilities@1.0.2...@ibm-cloud/openapi-ruleset-utilities@1.1.0) (2023-05-24) | ||
### Features | ||
* **ibm-unique-parameter-request-property-names:** added new validation rule ([#595](https://github.com/IBM/openapi-validator/issues/595)) ([2a1832d](https://github.com/IBM/openapi-validator/commit/2a1832d3a7dbde1870dcbf125c1c2e036b04e0bc)) | ||
## @ibm-cloud/openapi-ruleset-utilities [1.0.2](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset-utilities@1.0.1...@ibm-cloud/openapi-ruleset-utilities@1.0.2) (2023-05-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@ibm-cloud/openapi-ruleset-utilities", | ||
"description": "Programmatic utility functions for creating Spectral-formatted OpenAPI Rulesets", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "private": false, |
@@ -12,6 +12,5 @@ /** | ||
* | ||
* @param {object} schema - Simple or composite OpenAPI 3.0 schema object. | ||
* @param {array} path - Path array for the provided schema. | ||
* @param {function} validate - Validate function. | ||
* @returns {array} - Array of validation errors. | ||
* @param {object} schema - Simple or composite OpenAPI 3.0 schema object | ||
* @param {function} propertyFilter - A lambda function to perform filtering | ||
* @returns {array} - Array of property names | ||
*/ | ||
@@ -18,0 +17,0 @@ const getPropertyNamesForSchema = (schema, propertyFilter = () => true) => { |
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
105804
3072