Clean up cps temporal related notification code
[cps.git] / cps-events / src / test / resources / event-v2-with-additional-properties.json
diff --git a/cps-events/src/test/resources/event-v2-with-additional-properties.json b/cps-events/src/test/resources/event-v2-with-additional-properties.json
deleted file mode 100644 (file)
index 4e2db68..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-{
-  "schema": "urn:cps:org.onap.cps:data-updated-event-schema:v2",
-  "id": "77b8f114-4562-4069-8234-6d059ff742ac",
-  "source": "urn:cps:org.onap.cps",
-  "type": "org.onap.cps.data-updated-event",
-  "content": {
-    "observedTimestamp": "2020-12-01T00:00:00.000+0000",
-    "dataspaceName": "my-dataspace",
-    "schemaSetName": "bookstore-schemaset",
-    "anchorName": "chapters",
-    "operation" : "CREATE",
-    "additionalField" : "value",
-    "data": {
-      "test:bookstore":{
-        "bookstore-name": "Chapters",
-        "categories": [
-          {
-            "code": "01",
-            "name": "SciFi",
-            "books": [
-              {
-                "authors": [
-                  "Iain M. Banks"
-                ],
-                "lang": "en",
-                "price": 895,
-                "pub_year": "1994",
-                "title": "Feersum Endjinn"
-              }
-            ]
-          }
-        ]
-      }
-    }
-  }
-}