{
  "item": [
    {
      "id": "a42a9497-d5a3-40fd-a7b7-41b0f804104e",
      "name": "pet",
      "item": [
        {
          "id": "acdf80c2-963e-4b02-b265-3d50b1537d53",
          "name": "findByStatus",
          "item": [
            {
              "id": "902db6cf-899b-485a-a584-f2cfdc4ab07f",
              "name": "Finds Pets by status",
              "request": {
                "name": "Finds Pets by status",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "pet",
                    "findByStatus"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "available"
                    },
                    {
                      "key": "",
                      "value": null
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/xml"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "response": [],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "954215eb-8325-498d-b752-cd12800743d9",
          "name": "findByTags",
          "item": [
            {
              "id": "9c03f2f3-aa43-4f56-a861-fa7f722c056e",
              "name": "Finds Pets by tags",
              "request": {
                "name": "Finds Pets by tags",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "pet",
                    "findByTags"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [
                    {
                      "key": "tags",
                      "value": "{{tags}}"
                    },
                    {
                      "key": "",
                      "value": null
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/xml"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "response": [],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "ac878620-2d0e-42da-98e7-3ba8b92e7df0",
          "name": "{petId}",
          "item": [
            {
              "id": "48fa7446-e11c-4d07-8d7f-08373aa83dd4",
              "name": "uploadImage",
              "item": [
                {
                  "id": "76c8ba5e-e92a-449f-b009-5afc2a0b4a27",
                  "name": "uploads an image",
                  "request": {
                    "name": "uploads an image",
                    "url": {
                      "protocol": "http",
                      "path": [
                        "v2",
                        "pet",
                        ":petId",
                        "uploadImage"
                      ],
                      "host": [
                        "petstore",
                        "swagger",
                        "io"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "additionalMetadata",
                          "value": "{{additionalMetadata}}",
                          "type": "text"
                        },
                        {
                          "key": "file",
                          "value": "{{file}}",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "response": [],
                  "event": []
                }
              ],
              "event": []
            },
            {
              "id": "33d2e348-4740-43ae-8955-a89827573de4",
              "name": "Find pet by ID",
              "request": {
                "name": "Find pet by ID",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "pet",
                    ":petId"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [
                    {
                      "key": "api_key_param",
                      "value": "{{api_key_param}}"
                    },
                    {
                      "key": "",
                      "value": null
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/xml"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "response": [],
              "event": []
            },
            {
              "id": "10919548-bf6d-4cba-80a2-7d59d0669323",
              "name": "Updates a pet in the store with form data",
              "request": {
                "name": "Updates a pet in the store with form data",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "pet",
                    ":petId"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/x-www-form-urlencoded"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "urlencoded",
                  "urlencoded": [
                    {
                      "key": "name",
                      "value": "{{name}}"
                    },
                    {
                      "key": "status",
                      "value": "{{status}}"
                    }
                  ]
                }
              },
              "response": [],
              "event": []
            },
            {
              "id": "b205e23b-af65-40f5-957d-921a286b5b48",
              "name": "Deletes a pet",
              "request": {
                "name": "Deletes a pet",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "pet",
                    ":petId"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  },
                  {
                    "key": "api_key",
                    "value": "{{api_key}}"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "response": [],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "9364a03e-1d53-45cc-9dd3-d62bab677a2f",
          "name": "Add a new pet to the store",
          "request": {
            "name": "Add a new pet to the store",
            "url": {
              "protocol": "http",
              "path": [
                "v2",
                "pet"
              ],
              "host": [
                "petstore",
                "swagger",
                "io"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/xml, application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"id voluptate elit non\",\n  \"photoUrls\": [\n    \"nostrud ut ex\",\n    \"elit ut ut commod\",\n    \"dolore labore et nulla culpa\",\n    \"ut proident laboris\",\n    \"sed proident minim \"\n  ],\n  \"tags\": [\n    {\n      \"name\": \"mollit\",\n      \"id\": -26536864\n    },\n    {\n      \"name\": \"exercitation quis cillum laborum\"\n    },\n    {\n      \"id\": -5490431\n    }\n  ],\n  \"id\": 25656059\n}"
            }
          },
          "response": [],
          "event": []
        },
        {
          "id": "15b9f1d4-e91d-481c-90df-18993a084d62",
          "name": "Update an existing pet",
          "request": {
            "name": "Update an existing pet",
            "url": {
              "protocol": "http",
              "path": [
                "v2",
                "pet"
              ],
              "host": [
                "petstore",
                "swagger",
                "io"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/xml, application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"est dolor et deserunt\",\n  \"photoUrls\": [\n    \"ipsum dolor elit sed fugiat\",\n    \"Excepteur\",\n    \"sint minim occaecat officia\",\n    \"ex ut\"\n  ]\n}"
            }
          },
          "response": [],
          "event": []
        }
      ],
      "event": []
    },
    {
      "id": "f0323f37-d688-4379-95fa-5891167ee7bd",
      "name": "store",
      "item": [
        {
          "id": "bfac0761-e960-4bd6-a71f-01ea9279c8ad",
          "name": "inventory",
          "item": [
            {
              "id": "b588c51d-599f-42cc-af82-7b65eb0e6019",
              "name": "Returns pet inventories by status",
              "request": {
                "name": "Returns pet inventories by status",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "store",
                    "inventory"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [
                    {
                      "key": "api_key_param",
                      "value": "{{api_key_param}}"
                    },
                    {
                      "key": "",
                      "value": null
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json, application/xml"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "response": [],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "429f4bac-1960-4263-b078-e60c92c8e179",
          "name": "order",
          "item": [
            {
              "id": "6dd9a455-be20-4fcf-8b04-8f8256293d2f",
              "name": "{orderId}",
              "item": [
                {
                  "id": "87329a1f-3a4e-475a-a27b-11b43a22ed76",
                  "name": "Find purchase order by ID",
                  "request": {
                    "name": "Find purchase order by ID",
                    "url": {
                      "protocol": "http",
                      "path": [
                        "v2",
                        "store",
                        "order",
                        ":orderId"
                      ],
                      "host": [
                        "petstore",
                        "swagger",
                        "io"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/xml, application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "response": [],
                  "event": []
                },
                {
                  "id": "f6c169f9-33c5-4e6f-8bcc-28e880563d1c",
                  "name": "Delete purchase order by ID",
                  "request": {
                    "name": "Delete purchase order by ID",
                    "url": {
                      "protocol": "http",
                      "path": [
                        "v2",
                        "store",
                        "order",
                        ":orderId"
                      ],
                      "host": [
                        "petstore",
                        "swagger",
                        "io"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/xml, application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "response": [],
                  "event": []
                }
              ],
              "event": []
            },
            {
              "id": "814650cd-6191-4d76-a55d-64fc5ff86e54",
              "name": "Place an order for a pet",
              "request": {
                "name": "Place an order for a pet",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "store",
                    "order"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"complete\": false,\n  \"shipDate\": \"4287-01-22T03:47:33.339Z\",\n  \"quantity\": 4193720\n}"
                }
              },
              "response": [],
              "event": []
            }
          ],
          "event": []
        }
      ],
      "event": []
    },
    {
      "id": "53f539bf-9e21-4195-8914-fb1700def95e",
      "name": "user",
      "item": [
        {
          "id": "46985590-9e27-4942-8368-c6a9e5961164",
          "name": "createWithArray",
          "item": [
            {
              "id": "e46ed1d3-d779-4c28-9718-672b5890a8a3",
              "name": "Creates list of users with given input array",
              "request": {
                "name": "Creates list of users with given input array",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "user",
                    "createWithArray"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {}\n]"
                }
              },
              "response": [],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "f92a1620-a4d0-4473-904d-f1b597d6b31a",
          "name": "createWithList",
          "item": [
            {
              "id": "e4729584-29c8-4485-8a3a-31ab13c01945",
              "name": "Creates list of users with given input array",
              "request": {
                "name": "Creates list of users with given input array",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "user",
                    "createWithList"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {},\n  {\n    \"email\": \"in proident dolore\",\n    \"id\": 5294017\n  },\n  {}\n]"
                }
              },
              "response": [],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "baf3363b-16b2-495f-9103-6cefa3a60dc8",
          "name": "login",
          "item": [
            {
              "id": "a2a4eec9-2db8-40f4-9aa6-ede7f53f828f",
              "name": "Logs user into the system",
              "request": {
                "name": "Logs user into the system",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "user",
                    "login"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "{{username}}"
                    },
                    {
                      "key": "password",
                      "value": "{{password}}"
                    },
                    {
                      "key": "",
                      "value": null
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "response": [],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "04af3d93-99c7-4057-ba79-1b811a0b42ca",
          "name": "logout",
          "item": [
            {
              "id": "f6d51d37-0ea5-47c4-8cec-d7db7bfbdac6",
              "name": "Logs out current logged in user session",
              "request": {
                "name": "Logs out current logged in user session",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "user",
                    "logout"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "response": [],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "526d34b6-a94a-4a2d-b688-a6cc4243ce10",
          "name": "{username}",
          "item": [
            {
              "id": "1e080505-4e07-41b8-b0b1-ade5ecf90110",
              "name": "Get user by user name",
              "request": {
                "name": "Get user by user name",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "user",
                    ":username"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "response": [],
              "event": []
            },
            {
              "id": "1a45b463-0f62-438d-bc39-7f1efd1ebcf4",
              "name": "Updated user",
              "request": {
                "name": "Updated user",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "user",
                    ":username"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{}"
                }
              },
              "response": [],
              "event": []
            },
            {
              "id": "0b7f5bd4-8095-40e5-b295-5bcb80d76916",
              "name": "Delete user",
              "request": {
                "name": "Delete user",
                "url": {
                  "protocol": "http",
                  "path": [
                    "v2",
                    "user",
                    ":username"
                  ],
                  "host": [
                    "petstore",
                    "swagger",
                    "io"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/xml, application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "response": [],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "a2e3cade-b291-448f-baba-576c8e9ff9f4",
          "name": "Create user",
          "request": {
            "name": "Create user",
            "url": {
              "protocol": "http",
              "path": [
                "v2",
                "user"
              ],
              "host": [
                "petstore",
                "swagger",
                "io"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/xml, application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"userStatus\": 81520073,\n  \"email\": \"veniam in eu Lorem\",\n  \"username\": \"occaecat\"\n}"
            }
          },
          "response": [],
          "event": []
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [],
  "description": {
    "content": "This is a sample server Petstore server.  You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger.  For this sample, you can use the api key \"special-key\" to test the authorization filters",
    "type": "text/plain"
  },
  "info": {
    "id": "fc9c611c-0886-4eb5-b2c3-1023729bc5a5",
    "name": "Swagger Petstore",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  }
}