{
  "consumer" : { "name": "a consumer"},
  "provider" : { "name": "a running provider"},
  "interactions": [
    {
      "description": "a request for the index",
      "provider_state": "some state",
      "request" : {
        "method" : "get", "path": "/"
        },
      "response": {
        "status" : 200,
        "body": "Monolith!"
      }
    }

  ]
}