Integration dmaap-mr & dmaap-mediator
[nonrtric.git] / docker-compose / data / testdata / ECS / EiProducer.json
index bb9a1b3..34632b0 100644 (file)
@@ -1,13 +1,5 @@
 {
-    "supported_ei_types": [{
-        "ei_type_identity": "type1",
-        "ei_job_data_schema": {
-            "$schema": "http://json-schema.org/draft-07/schema#",
-            "title": "STD_Type1_1.0.0",
-            "description": "EI-Type 1",
-            "type": "object"
-        }
-    }],
-    "ei_job_callback_url": "http://producer:80/",
-    "ei_producer_supervision_callback_url": "http://producer:80/"
+    "supported_info_types": ["type1"],
+    "info_job_callback_url": "http://consumer:80/",
+    "info_producer_supervision_callback_url": "http://consumer:80/"
 }
\ No newline at end of file