api_key:
  type: apiKey
  name: api_key
  in: header
petstore_auth:
  type: oauth2
  authorizationUrl: http://petstore.swagger.wordnik.com/api/oauth/dialog
  flow: implicit
  scopes:
    write_pets: modify pets in your account
    read_pets: read your pets
