Use RFC8040 URL for JSON-RPC tests
[integration/test.git] / csit / variables / jsonrpc / readservice_peer_payload.json
1 {
2     "configured-endpoints": [
3         {
4             "name": "foo",
5             "modules": [
6                 "jsonrpc"
7             ],
8             "data-config-endpoints": [
9                 {
10                     "path": "{}",
11                     "endpoint-uri": "zmq://127.0.0.1:4444"
12                 }
13             ],
14             "data-operational-endpoints": [
15                 {
16                     "path": "{}",
17                     "endpoint-uri": "zmq://127.0.0.1:4444"
18                 }
19             ]
20         }
21     ]
22 }