{ "datastores": { "datastore": [ { "name": "datastore1", "cm-handles": { "cm-handle": [ { "id": "cm-handle1", "filters": { "filter": [ { "xpath": "x/y", "subscribers": ["sub-1", "sub-2"] }, { "xpath": "x/y2", "subscribers": ["sub-2"] } ] } }, { "id": "cm-handle2", "filters": { "filter": [ { "xpath": "x2/y", "subscribers": ["sub-1", "sub-2"] }, { "xpath": "x/y2", "subscribers": ["sub-2"] } ] } } ] } }, { "name": "datastore2", "cm-handles": { "cm-handle": [ { "id": "cm-handle3", "filters": { "filter": [ { "xpath": "x3/y3", "subscribers": ["sub-1", "sub-2"] }, { "xpath": "x/y2", "subscribers": ["sub-2"] } ] } }, { "id": "cm-handle4", "filters": { "filter": [ { "xpath": "x4/y4", "subscribers": ["sub-1", "sub-2"] }, { "xpath": "x3/y4", "subscribers": ["sub-2"] } ] } } ] } } ] } }