summaryrefslogtreecommitdiffstats
path: root/src/test/resources/incomplete_mapper_config.json
blob: ed4ebd7d4580cc90b2862db218b3ba9429a02377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "_comment": "This mapper config is missing streams_subscribes",
    "pm-mapper-filter": {
        "filters": "{[]}"
    },
    "3GPP.schema.file": "{\"3GPP_Schema\":\"./etc/3GPP_relaxed_schema.xsd\"}",
    "streams_subscribes": null,
    "streams_publishes": {
        "pm_mapper_handle_out": {
            "type": "message_router",
            "aaf_password": null,
            "dmaap_info": {
                "topic_url": "https://we-are-message-router.us:3905/events/some-topic",
                "client_role": null,
                "location": null,
                "client_id": null
            },
            "aaf_username": null
        }
    },
    "some parameter": "unauthenticated.PM_VES_OUTPUT",
    "some field": "1",
    "services_calls": {}
}