Use RFC8040 URL for JSON-RPC tests
[integration/test.git] / csit / variables / jsonrpc / readservice_peer_payload.json
index bd3d69ebd38732165f48bbf311564e82868aa6df..b5a4a4e4078dc41843ff2125af0af731ded088cc 100644 (file)
@@ -1,14 +1,22 @@
 {
- "configured-endpoints": {
-  "name": "foo",
-  "modules": ["jsonrpc"],
-  "data-config-endpoints": [{
-   "path": "{}",
-   "endpoint-uri": "zmq://127.0.0.1:4444"
-  }],
-  "data-operational-endpoints": [{
-   "path": "{}",
-   "endpoint-uri": "zmq://127.0.0.1:4444"
-  }]
- }
+    "configured-endpoints": [
+        {
+            "name": "foo",
+            "modules": [
+                "jsonrpc"
+            ],
+            "data-config-endpoints": [
+                {
+                    "path": "{}",
+                    "endpoint-uri": "zmq://127.0.0.1:4444"
+                }
+            ],
+            "data-operational-endpoints": [
+                {
+                    "path": "{}",
+                    "endpoint-uri": "zmq://127.0.0.1:4444"
+                }
+            ]
+        }
+    ]
 }