{
  "openapi": "3.0.1",
  "components": {
    "securitySchemes": {
      "accountSid_authToken": {
        "scheme": "basic",
        "type": "http"
      }
    }
  },
  "security": [
    {
      "accountSid_authToken": []
    }
  ],
  "servers": [
    {
      "url": "https://verify.twilio.com"
    }
  ],
  "info": {
    "contact": {
      "email": "api-team@twilio.com",
      "name": "Twilio API Team"
    },
    "version": "1.0.0",
    "title": "Sample/reference Twilio API.",
    "description": "This is the reference API for the rest-proxy server.",
    "x-twilio": {
      "apiStandards": "v1.0"
    }
  },
  "paths": {
    "/v2/test/fixed/response/without/body": {}
  }
}