summaryrefslogtreecommitdiffstats
path: root/component-json-schemas/tests/dmaap-mr-good.json
blob: d3e8dda347d26cabcce43cc8341324e959dde679 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
        "type": "message_router",
        "aaf_username": "foo3",
        "aaf_password": "bar3",
        "dmaap_info":{
           "client_role":"some.dcae.member",
           "client_id":"123456",
           "location":"mtc5",
           "topic_url":"https://message-router-url/some-topic"
        }
}