Update DCAE Committer in INFO.yaml
[dcaegen2/platform/cli.git] / component-json-schemas / tests / dmaap-mr-good.json
1 {
2         "type": "message_router",
3         "aaf_username": "foo3",
4         "aaf_password": "bar3",
5         "dmaap_info":{
6            "client_role":"some.dcae.member",
7            "client_id":"123456",
8            "location":"mtc5",
9            "topic_url":"https://message-router-url/some-topic"
10         }
11 }