Skip to content

Commit

Permalink
Updated Real World test report on 2024-11-28
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme authored and actions-user committed Nov 28, 2024
1 parent 4ed484e commit b282822
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 61 deletions.
42 changes: 7 additions & 35 deletions test/realworld/failed.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"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": [
{
"name": "airport-web.appspot.com",
Expand Down Expand Up @@ -438,7 +438,8 @@
},
"validatorVersion": "2.0",
"specificationType": "swagger",
"specificationVersion": "2.0"
"specificationVersion": "2.0",
"knownFailed": true
},
{
"name": "box.com",
Expand Down Expand Up @@ -471,7 +472,8 @@
},
"validatorVersion": "2.0",
"specificationType": "swagger",
"specificationVersion": "2.0"
"specificationVersion": "2.0",
"knownFailed": true
},
{
"name": "cloud-elements.com:ecwid",
Expand All @@ -490,36 +492,6 @@
"specificationVersion": "2.0",
"knownFailed": true
},
{
"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",
"apiVersion": "21.00",
Expand Down
28 changes: 2 additions & 26 deletions test/realworld/failed.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 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)

| APIs at [apis.guru](https://apis.guru) | #
|--------|-------|
|Total |2529
|Tested |2529
|Failed validation | 32
|Failed validation | 31


## API: airport-web\.appspot\.com (version: v1)
Expand Down Expand Up @@ -290,30 +290,6 @@ API updated: 2021-06-21T12:16:53.715Z
Validation error: Can't resolve [object Object], only internal refs are supported.


## 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)
openapi: [3.0.0](https://spec.openapis.org/oas/v3.0.0)
[JSON Schema](https://github.com/seriousme/openapi-schema-validator/tree/master/schemas/v3.0/schema.json)
Expand Down

0 comments on commit b282822

Please sign in to comment.