UNPKG

openhim-core

Version:

The OpenHIM core application that provides logging and routing of http requests

27 lines 453 B
{ 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 } }