Validation report for https://petstore3.swagger.io/api/v3

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):

  1. 1
    paths//store/inventory/get/responses
    1 issues in 1 observations
    • GET /store/inventory
      Status error; expected one of: 200, got 500 at response / 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):

  1. 3
    paths//store/order/{orderId}/delete/responses
    3 issues in 3 observations
    • DELETE /store/order/31
      Status error; expected one of: 400, 404, got 200 at response / 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/102
      Status error; expected one of: 400, 404, got 200 at response / 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/21
      Status error; expected one of: 400, 404, got 200 at response / 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):

  1. 2
    components/schemas/Pet/properties/photoUrls/items/type
    2 issues in 1 observations
    • GET /pet/findByStatus
      Expected type string, got null at response / 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/findByStatus
      Expected type string, got null at response / 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.