{
  "item": [
    {
      "id": "cf209d3d-5322-46bb-8c23-68d3e83d6021",
      "name": "pet",
      "item": [
        {
          "id": "bb7a5fa1-0f5e-4234-abb6-26717c9c1f3c",
          "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": [
            {
              "id": "9c25858d-6910-44c0-b63e-d42fb472fd67",
              "header": [],
              "cookie": [],
              "name": "successful operation",
              "body": "[\n  {\n    \"name\": \"dolor\",\n    \"photoUrls\": [\n      \"irure nulla in cupidatat\",\n      \"aliquip proident minim velit occaecat\"\n    ]\n  },\n  {\n    \"name\": \"eu consequat\",\n    \"photoUrls\": [\n      \"proident dolor ut Duis nostrud\",\n      \"pariatur dolor dolore minim\",\n      \"tempor sint proident consequat sunt\",\n      \"aute occaecat\",\n      \"sit\"\n    ]\n  },\n  {\n    \"name\": \"eiusmod sit cillum est dolor\",\n    \"photoUrls\": [\n      \"dolor laboris\",\n      \"Duis sed irure magna\",\n      \"occaecat sunt in magna\"\n    ],\n    \"id\": -53283159\n  },\n  {\n    \"name\": \"sit sunt amet elit ipsum\",\n    \"photoUrls\": [\n      \"eu anim esse magna nostrud\"\n    ],\n    \"status\": \"sold\",\n    \"tags\": [\n      {\n        \"id\": 17270950,\n        \"name\": \"dolore labore\"\n      }\n    ]\n  }\n]",
              "code": 200
            }
          ],
          "event": []
        },
        {
          "id": "24a03738-ceeb-485c-bba9-8982c5187872",
          "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": [
            {
              "id": "f653136d-e6bf-44ef-867e-6ee7813a2864",
              "header": [],
              "cookie": [],
              "name": "successful operation",
              "body": "[\n  {\n    \"name\": \"officia ipsum\",\n    \"photoUrls\": [\n      \"consequat irure aliqua fugiat dolore\",\n      \"Lorem\",\n      \"in deserunt\",\n      \"conseq\"\n    ],\n    \"category\": {\n      \"id\": -22125352\n    }\n  }\n]",
              "code": 200
            }
          ],
          "event": []
        },
        {
          "id": "43b6c9b3-9d57-4a14-ad94-4d1311527858",
          "name": "{petId}",
          "item": [
            {
              "id": "ea518980-3799-4ffc-9219-16ae4bdee874",
              "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": [
                {
                  "id": "b01c1add-194d-44cf-9d8d-8283c5f9c1da",
                  "header": [],
                  "cookie": [],
                  "name": "successful operation",
                  "body": "{}",
                  "code": 200
                }
              ],
              "event": []
            },
            {
              "id": "38a36919-b630-4773-a3ac-d01a7bfc0e83",
              "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": [
                {
                  "id": "21cfacb3-3f58-4d4b-91f5-a84984540edf",
                  "header": [],
                  "cookie": [],
                  "name": "successful operation",
                  "body": "{\n  \"name\": \"consequat quis\",\n  \"photoUrls\": [\n    \"consectetur laborum Duis\"\n  ]\n}",
                  "code": 200
                }
              ],
              "event": []
            },
            {
              "id": "4c84e779-dcdf-4e41-8f0f-f27acbdcebac",
              "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": "e17322f6-bc4c-4559-a382-b18e9365b0a0",
              "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": "274acdf1-4aac-45c2-9b1e-db54cbb56757",
          "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\": \"est incidid\",\n  \"photoUrls\": [\n    \"pariatur\",\n    \"ullamco in fugiat\",\n    \"amet consequat dolor dolore elit\",\n    \"cupi\",\n    \"sed quis deserunt pariatur dolore\"\n  ],\n  \"status\": \"sold\"\n}"
            }
          },
          "response": [],
          "event": []
        },
        {
          "id": "acff97ef-654b-49c1-aa01-40c707631cd0",
          "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\": \"Ut proident sit\",\n  \"photoUrls\": [\n    \"elit adipisicing\"\n  ]\n}"
            }
          },
          "response": [],
          "event": []
        }
      ],
      "event": []
    },
    {
      "id": "09957498-0c5d-4768-94bc-d557702415e1",
      "name": "store",
      "item": [
        {
          "id": "39b69754-cc8e-4b32-87ff-f2dcdfa69efe",
          "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": [
            {
              "id": "e87fa73d-a471-4ef3-8f6a-ff538aaed7f4",
              "header": [],
              "cookie": [],
              "name": "successful operation",
              "body": "{}",
              "code": 200
            }
          ],
          "event": []
        },
        {
          "id": "9bd86d18-ee4c-4a1b-ac15-fd74cdcfd7e7",
          "name": "order",
          "item": [
            {
              "id": "d3e13b21-6ee4-4565-855c-0050a8d0dd6c",
              "name": "{orderId}",
              "item": [
                {
                  "id": "66dca7d2-99b2-434d-9a70-25ba5ea8c7d4",
                  "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": [
                    {
                      "id": "3b21eab3-29e4-4e01-963b-50d2e332446d",
                      "header": [],
                      "cookie": [],
                      "name": "successful operation",
                      "body": "{\n  \"complete\": true\n}",
                      "code": 200
                    }
                  ],
                  "event": []
                },
                {
                  "id": "432c0c7e-cc6f-49a8-b917-da20191ba285",
                  "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": "ff2398f9-1791-49c5-82c5-19fc1ec8ee02",
              "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": "{}"
                }
              },
              "response": [
                {
                  "id": "d403b627-7642-42b8-995a-c4c86ceb6933",
                  "header": [],
                  "cookie": [],
                  "name": "successful operation",
                  "body": "{\n  \"petId\": -50098084\n}",
                  "code": 200
                }
              ],
              "event": []
            }
          ],
          "event": []
        }
      ],
      "event": []
    },
    {
      "id": "0d87eeb6-a214-4fd3-afa3-8475c10e18e9",
      "name": "user",
      "item": [
        {
          "id": "70ce2a35-4413-4ae8-9190-5c4c404ad343",
          "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    \"password\": \"sunt aliqua fugiat\",\n    \"lastName\": \"ullamco eu\"\n  }\n]"
            }
          },
          "response": [],
          "event": []
        },
        {
          "id": "e4e74723-c2fe-49f5-861f-a9b13d023b83",
          "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    \"email\": \"ea non amet pariatur deserunt\"\n  }\n]"
            }
          },
          "response": [],
          "event": []
        },
        {
          "id": "6646d32c-88f7-45c5-b25a-92a6df98b547",
          "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": [
            {
              "id": "73d50337-a191-418e-9e3c-8a4aa686d94a",
              "header": [],
              "cookie": [],
              "name": "successful operation",
              "body": "\"velit\"",
              "code": 200
            }
          ],
          "event": []
        },
        {
          "id": "f964479d-5fd3-4ce2-9668-2483612eda58",
          "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": []
        },
        {
          "id": "49c9bac7-f290-44bb-aadc-ed0162c17669",
          "name": "{username}",
          "item": [
            {
              "id": "65410739-b395-40f9-b626-d26c2e233154",
              "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": [
                {
                  "id": "c02dea3a-82cf-461e-b055-82368efc95fd",
                  "header": [],
                  "cookie": [],
                  "name": "successful operation",
                  "body": "{}",
                  "code": 200
                }
              ],
              "event": []
            },
            {
              "id": "e52bfbd9-4bb4-4709-a3c0-37debd91c332",
              "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": "{\n  \"id\": -10666559,\n  \"phone\": \"officia dolor occaecat sit\",\n  \"email\": \"irure\"\n}"
                }
              },
              "response": [],
              "event": []
            },
            {
              "id": "c8edab58-dd76-4159-b76b-2f4ce6ce4da0",
              "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": "cd496440-1e66-47b6-9b3c-1430b84a8527",
          "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": "{}"
            }
          },
          "response": [],
          "event": []
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variables": [
    {
      "properties": {
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "petId": {
          "type": "integer",
          "format": "int64"
        },
        "quantity": {
          "type": "integer",
          "format": "int32"
        },
        "shipDate": {
          "type": "string",
          "format": "date-time"
        },
        "status": {
          "type": "string",
          "description": "Order Status",
          "enum": [
            "placed",
            "approved",
            "delivered"
          ]
        },
        "complete": {
          "type": "boolean"
        }
      },
      "xml": {
        "name": "Order"
      }
    },
    {
      "properties": {
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "username": {
          "type": "string"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "phone": {
          "type": "string"
        },
        "userStatus": {
          "type": "integer",
          "format": "int32",
          "description": "User Status"
        }
      },
      "xml": {
        "name": "User"
      }
    },
    {
      "properties": {
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "name": {
          "type": "string"
        }
      },
      "xml": {
        "name": "Category"
      }
    },
    {
      "properties": {
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "name": {
          "type": "string"
        }
      },
      "xml": {
        "name": "Tag"
      }
    },
    {
      "required": [
        "name",
        "photoUrls"
      ],
      "properties": {
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "category": {
          "$ref": "#/definitions/Category"
        },
        "name": {
          "type": "string",
          "example": "doggie"
        },
        "photoUrls": {
          "type": "array",
          "xml": {
            "name": "photoUrl",
            "wrapped": true
          },
          "items": {
            "type": "string"
          }
        },
        "tags": {
          "type": "array",
          "xml": {
            "name": "tag",
            "wrapped": true
          },
          "items": {
            "$ref": "#/definitions/Tag"
          }
        },
        "status": {
          "type": "string",
          "description": "pet status in the store",
          "enum": [
            "available",
            "pending",
            "sold"
          ]
        }
      },
      "xml": {
        "name": "Pet"
      }
    },
    {
      "properties": {
        "code": {
          "type": "integer",
          "format": "int32"
        },
        "type": {
          "type": "string"
        },
        "message": {
          "type": "string"
        }
      },
      "xml": {
        "name": "##default"
      }
    }
  ],
  "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": "6bbb99d4-0852-4862-8ebd-1288b01b4abe",
    "name": "Swagger Petstore",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  }
}