{
  "item": [
    {
      "id": "448f9fe2-0057-4d55-a369-80d41162b8a6",
      "name": "pets",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "6ee42234-271d-490c-a23a-50b70a57142c",
          "name": "List all pets",
          "request": {
            "name": "List all pets",
            "description": {},
            "url": {
              "path": [
                "pets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "description": "How many items to return at one time (max 100)",
                  "key": "limit",
                  "value": "89178631"
                }
              ],
              "variable": []
            },
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d491ab71-8cde-4fd8-9538-7896929c2309",
              "name": "A paged array of pets",
              "originalRequest": {
                "url": {
                  "path": [
                    "pets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "description": "A link to the next page of responses",
                  "key": "x-next",
                  "value": "velit ea si"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n {\n  \"id\": -14143765,\n  \"name\": \"deserunt in\",\n  \"tag\": \"consectetur cupidatat\"\n },\n {\n  \"id\": -65226018,\n  \"name\": \"ex consectetur eu in\",\n  \"tag\": \"laborum mollit officia Ut\"\n }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23ad8e8e-a752-4a5d-905e-2b63f04fb7ea",
              "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": "application/json"
                }
              ],
              "body": "{\n \"code\": 41499321,\n \"message\": \"dolore\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": []
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "id": "baseUrl",
      "type": "string",
      "value": "http://petstore.swagger.io/v1"
    }
  ],
  "info": {
    "_postman_id": "a60fcbcc-ec53-4cd7-a4df-7abe60ebeb84",
    "name": "Swagger Petstore",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "",
      "type": "text/plain"
    }
  }
}