swagger2.json 33.7 KB
Newer Older
        },
        "petstore_auth": {
            "authorizationUrl": "http://petstore.swagger.io/oauth/dialog",
            "flow": "implicit",
            "scopes": {
                "read:pets": "read your pets",
                "write:pets": "modify pets in your account"
            },
            "type": "oauth2"
        }
    },
    "swagger": "2.0",
    "tags": [
        {
            "description": "Everything about your Pets",
            "externalDocs": {
                "description": "Find out more",
                "url": "http://swagger.io"
            },
            "name": "pet"
        },
        {
            "description": "Access to Petstore orders",
            "name": "store"
        },
        {
            "description": "Operations about user",
            "externalDocs": {
                "description": "Find out more about our store",
                "url": "http://swagger.io"
            },
            "name": "user"
        }
    ]
}