@seriousme/openapi-schema-validator
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -6,2 +6,7 @@ # Changelog | ||
## [v2.3.1] 19-01-2025 | ||
### Changed | ||
- updated dependencies | ||
- c8 ^10.1.2 → ^10.1.3 | ||
## [v2.3.0] 22-11-2024 | ||
@@ -8,0 +13,0 @@ ### Changed |
MIT License | ||
Copyright (c) 2016-2024 Hans Klunder | ||
Copyright (c) 2016-2025 Hans Klunder | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@seriousme/openapi-schema-validator", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Validate OpenApi specifications against their JSON schema", | ||
@@ -42,3 +42,3 @@ "main": "index.js", | ||
"@biomejs/biome": "^1.9.4", | ||
"c8": "^10.1.2" | ||
"c8": "^10.1.3" | ||
}, | ||
@@ -45,0 +45,0 @@ "directories": { |
{ | ||
"testDate": "2023-11-16T16:33:43.171Z", | ||
"testDate": "2024-11-28T16:38:03.963Z", | ||
"totalApiCount": 2529, | ||
"testedAPICount": 2529, | ||
"failedAPICount": 32, | ||
"knownFailedCount": 30, | ||
"failedAPICount": 31, | ||
"knownFailedCount": 31, | ||
"failedTests": [ | ||
@@ -441,3 +441,4 @@ { | ||
"specificationType": "swagger", | ||
"specificationVersion": "2.0" | ||
"specificationVersion": "2.0", | ||
"knownFailed": true | ||
}, | ||
@@ -475,3 +476,4 @@ { | ||
"specificationType": "swagger", | ||
"specificationVersion": "2.0" | ||
"specificationVersion": "2.0", | ||
"knownFailed": true | ||
}, | ||
@@ -496,32 +498,2 @@ { | ||
{ | ||
"name": "discourse.local", | ||
"apiVersion": "latest", | ||
"openApiVersion": "3.1.0", | ||
"yamlUrl": "https://api.apis.guru/v2/specs/discourse.local/latest/openapi.yaml", | ||
"jsonUrl": "https://api.apis.guru/v2/specs/discourse.local/latest/openapi.json", | ||
"gitHubUrl": "https://github.com/APIs-guru/openapi-directory/blob/main/APIs/discourse.local/latest/openapi.yaml", | ||
"updated": "2023-03-06T07:12:59.965Z", | ||
"result": { | ||
"valid": false, | ||
"errors": [ | ||
{ | ||
"instancePath": "/servers/1/url", | ||
"schemaPath": "#/properties/url/format", | ||
"keyword": "format", | ||
"params": { | ||
"format": "uri-reference" | ||
}, | ||
"message": "must match format \"uri-reference\"", | ||
"hasInstanceValue": true, | ||
"instanceValue": "https://{defaultHost}", | ||
"gitHubUrl": "https://github.com/APIs-guru/openapi-directory/blob/main/APIs/discourse.local/latest/openapi.yaml#L68" | ||
} | ||
] | ||
}, | ||
"validatorVersion": "3.1", | ||
"specificationType": "openapi", | ||
"specificationVersion": "3.1.0", | ||
"knownFailed": true | ||
}, | ||
{ | ||
"name": "gambitcomm.local:mimic", | ||
@@ -528,0 +500,0 @@ "apiVersion": "21.00", |
# Results of real world testing | ||
Report generated at: Thu Nov 16 2023 16:33:43 GMT+0000 (Coordinated Universal Time) | ||
Report generated at: Thu Nov 28 2024 16:38:03 GMT+0000 (Coordinated Universal Time) | ||
@@ -8,3 +8,3 @@ | APIs at [apis.guru](https://apis.guru) | # | ||
|Tested |2529 | ||
|Failed validation | 32 | ||
|Failed validation | 31 | ||
@@ -294,26 +294,2 @@ | ||
## API: discourse\.local (version: latest) | ||
openapi: [3.1.0](https://spec.openapis.org/oas/v3.1.0) | ||
[JSON Schema](https://github.com/seriousme/openapi-schema-validator/tree/master/schemas/v3.1/schema.json) | ||
API on Github: [link](https://github.com/APIs-guru/openapi-directory/blob/main/APIs/discourse.local/latest/openapi.yaml) | ||
API updated: 2023-03-06T07:12:59.965Z | ||
### Path: /servers/1/url | ||
Path on Github: [link](https://github.com/APIs-guru/openapi-directory/blob/main/APIs/discourse.local/latest/openapi.yaml#L68) | ||
Value: | ||
```json | ||
"https://{defaultHost}" | ||
``` | ||
AJV errors: | ||
|Keyword |Params |Message | | ||
|--------|-------|--------| | ||
|format |{"format":"uri-reference"}| must match format "uri-reference" | ||
## API: gambitcomm\.local:mimic (version: 21.00) | ||
@@ -320,0 +296,0 @@ openapi: [3.0.0](https://spec.openapis.org/oas/v3.0.0) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
346263
9941