{
  urn: "urn:uuid:35a7e5e6-acbb-497d-8b01-259fdcc0d5c2",
  name: "Patient Mediator",
  version: "0.8.0",
  description: "Invalid mediator for testing",
  endpoints: [
    {
      name: 'Patient',
      host: 'localhost',
      port: '8006',
      type: 'http'
    }
  ],
  configDefs: [
    {
      param: "param1",
      type: "string"
    }, {
      param: "param2",
      type: "number"
    }
  ],
  config: {
    param1: "val1",
    param2: 5
  }
}