@seriousme/openapi-schema-validator
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -6,2 +6,6 @@ # Changelog | ||
## [v2.2.1] 17-02-2024 | ||
### Changed | ||
- fix: added validateBundle() to index.d.ts | ||
## [v2.2.0] 17-02-2024 | ||
@@ -8,0 +12,0 @@ ### Changed |
@@ -12,2 +12,6 @@ import { ErrorObject, Options } from "ajv"; | ||
}>; | ||
validateBundle(schema: (object | string)[]): Promise<{ | ||
valid: boolean; | ||
errors?: ErrorObject[] | string; | ||
}>; | ||
addSpecRef(schema: object | string, uri: string): Promise<void>; | ||
@@ -14,0 +18,0 @@ specification: object; |
{ | ||
"name": "@seriousme/openapi-schema-validator", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Validate OpenApi specifications against their JSON schema", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -113,2 +113,3 @@ # OpenAPI schema validator | ||
- [`<instance>.addSpecRef(subSpecification, uri)`](#addSpecRef) | ||
- [`<instance>.validateBundle([specification,subspecification, ...])`](#validateBundle) | ||
- [`Validator.supportedVersions`](#supportedVersions) | ||
@@ -115,0 +116,0 @@ |
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
347380
9997
288