Fix EiJob format in docker-compose data
[nonrtric.git] / docker-compose / data / testdata / ECS / EiJob.json
index 30edb2c..de23e5f 100644 (file)
@@ -1,5 +1,11 @@
 {
-    "jobOwner": "1",
-    "jobParameters": {},
-    "targetUri": "http://example.com"
-  }
\ No newline at end of file
+    "eiTypeId": "type1",
+    "jobResultUri": "https://ricsim_g3_1:8185/datadelivery",
+    "jobOwner": "ricsim_g3_1",
+    "jobStatusNotificationUri": "https://callback-receiver:8091/callbacks/job1-status",
+    "jobDefinition": {
+        "jobparam1": "value1_job1",
+        "jobparam2": "value2_job1",
+        "jobparam3": "value3_job1"
+    }
+}
\ No newline at end of file