@ibm-cloud/openapi-ruleset-utilities
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,8 @@ | ||
## @ibm-cloud/openapi-ruleset-utilities [1.3.1](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset-utilities@1.3.0...@ibm-cloud/openapi-ruleset-utilities@1.3.1) (2024-02-23) | ||
### Bug Fixes | ||
* adjust header parameter casing convention check ([#648](https://github.com/IBM/openapi-validator/issues/648)) ([bd95f03](https://github.com/IBM/openapi-validator/commit/bd95f035105f715fda053a1338a6eba2805cdbff)) | ||
# @ibm-cloud/openapi-ruleset-utilities [1.3.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset-utilities@1.2.1...@ibm-cloud/openapi-ruleset-utilities@1.3.0) (2023-09-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@ibm-cloud/openapi-ruleset-utilities", | ||
"description": "Programmatic utility functions for creating Spectral-formatted OpenAPI Rulesets", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "private": false, |
/** | ||
* Copyright 2017 - 2023 IBM Corporation. | ||
* Copyright 2017 - 2024 IBM Corporation. | ||
* SPDX-License-Identifier: Apache2.0 | ||
@@ -20,4 +20,4 @@ */ | ||
// Note that this does not include "components.schemas" to avoid duplication. | ||
// this collection should be used in a rule that has "resolved" set to "true". | ||
// we separately validate that all schemas in "components" need to be used. | ||
// This collection should be used in a rule that has "resolved" set to "true". | ||
// We separately validate that all schemas in "components" need to be used. | ||
const schemas = [ | ||
@@ -24,0 +24,0 @@ `$.paths[*][parameters][*].schema`, |
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
116498