[
    {
        "scope": "https://app.ticketmaster.com",
        "method": "GET",
        "path": "/discovery/v1/events/unknown-id?apikey=mock-api-key",
        "status": 404,
        "response": {
          "errors":  [
             {
              "code": "DIS1004",
              "detail": "Resource not found with locale as en-us and domain ticketmaster.com.",
              "status": "404",
              "links":  [
                 {
                  "rel": "about",
                  "href": "/docs/Errors.html#DIS1004"
                }
              ]
            }
          ]
        },
        "headers": {
            "Date": "Sat, 16 Jan 2016 19:38:44 GMT",
            "Content-Length": "187",
            "X-Application-Context": "application:default,jetson1",
            "Connection": "keep-alive",
            "Content-Type": "application/json;charset=utf-8",
            "Server": "Apache-Coyote/1.1"
        }
    }
]
