Summary
- Run time
- From Wed Nov 22 15:15:49 CET 2023 till Wed Nov 22 15:15:51 CET 2023
KPIs
- Observations
- 13
- Faultless observations
- ✅ 8 observations have no issues!
- Validation score
- 😢 38.5% (5) observations have issues.
Results per request path
(sorted by percentage of issues)
/store/inventory
0 of 1 observations have no issues.
1 validation issue (by schema path):
- 1paths//store/inventory/get/responses1 issues in 1 observations
GET/store/inventoryStatus error; expected one of:200, got500atresponse/status- Value
500
- Path in body
response/status- Full schema path
paths//store/inventory/get- Issue data
{ "hints": { "ranges": [ "200" ] }, "issue": "status-error" }
/store/order/{orderId}
0 of 3 observations have no issues.
1 validation issue (by schema path):
- 3paths//store/order/{orderId}/delete/responses3 issues in 3 observations
DELETE/store/order/31Status error; expected one of:400,404, got200atresponse/status- Value
200
- Path in body
response/status- Full schema path
paths//store/order/{orderId}/delete- Issue data
{ "hints": { "ranges": [ "400", "404" ] }, "issue": "status-error" }
DELETE/store/order/102Status error; expected one of:400,404, got200atresponse/status- Value
200
- Path in body
response/status- Full schema path
paths//store/order/{orderId}/delete- Issue data
{ "hints": { "ranges": [ "400", "404" ] }, "issue": "status-error" }
DELETE/store/order/21Status error; expected one of:400,404, got200atresponse/status- Value
200
- Path in body
response/status- Full schema path
paths//store/order/{orderId}/delete- Issue data
{ "hints": { "ranges": [ "400", "404" ] }, "issue": "status-error" }
/pet/findByStatus
2 of 3 observations have no issues.
1 validation issue (by schema path):
- 2components/schemas/Pet/properties/photoUrls/items/type2 issues in 1 observations
GET/pet/findByStatusExpected typestring, gotnullatresponse/body/10/photoUrls/0- Value
null
- Example from schema
"example string"
- Path in body
response/body/10/photoUrls/0- Full schema path
paths//pet/findByStatus/get/responses/200/content/application/json/schema/items/properties/photoUrls/items/type- Issue data
{ "schema": { "type": "string" }, "issue": "schema-validation-error" }
GET/pet/findByStatusExpected typestring, gotnullatresponse/body/11/photoUrls/0- Value
null
- Example from schema
"example string"
- Path in body
response/body/11/photoUrls/0- Full schema path
paths//pet/findByStatus/get/responses/200/content/application/json/schema/items/properties/photoUrls/items/type- Issue data
{ "schema": { "type": "string" }, "issue": "schema-validation-error" }
/pet/{petId}
3 of 3 observations have no issues.
/store/order
3 of 3 observations have no issues.