{
  "item": [
    {
      "id": "4e91e114-35be-4165-b6a2-760921ad7a59",
      "name": "pets",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "73046eed-2976-4767-8c58-c7890370d7d7",
          "name": "List all pets",
          "request": {
            "name": "List all pets",
            "description": "Wrong description",
            "url": {
              "path": [
                "pets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "description": "How many items to return at one time (max 100)",
                  "key": "limit",
                  "value": "-99451457"
                }
              ],
              "variable": []
            },
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "46e62ee6-8603-419f-938e-d111db7dc8be",
              "name": "unexpected error",
              "originalRequest": {
                "url": {
                  "path": [
                    "pets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": []
        },
        {
          "id": "de9fd791-43d2-4251-8e00-8349ee2e2c79",
          "name": "Create a pet",
          "request": {
            "description": {
              "content": null,
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "1cf53180-3534-4ab2-9f73-34a3176941df",
              "name": "Null response",
              "originalRequest": {
                "url": {
                  "path": [
                    "pets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": []
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "id": "baseUrl",
      "type": "string",
      "value": "http://petstore.swagger.io/v1"
    }
  ],
  "info": {
    "_postman_id": "25a51c10-79ed-45fa-a82d-11b4fa79b9b1",
    "name": "Swagger Petstore",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "",
      "type": "text/plain"
    }
  }
}