blob: 4e2db6898eac54eabe2ff440c4162d58b18e807b [file] [log] [blame]
Bruno Sakotof549c7c2021-05-18 16:02:30 -04001{
Renu Kumaria51102b2021-12-06 12:37:10 -05002 "schema": "urn:cps:org.onap.cps:data-updated-event-schema:v2",
Bruno Sakotof549c7c2021-05-18 16:02:30 -04003 "id": "77b8f114-4562-4069-8234-6d059ff742ac",
4 "source": "urn:cps:org.onap.cps",
5 "type": "org.onap.cps.data-updated-event",
6 "content": {
7 "observedTimestamp": "2020-12-01T00:00:00.000+0000",
8 "dataspaceName": "my-dataspace",
Bruno Sakoto8db64142021-08-20 18:59:14 -04009 "schemaSetName": "bookstore-schemaset",
Bruno Sakotof549c7c2021-05-18 16:02:30 -040010 "anchorName": "chapters",
Renu Kumaria51102b2021-12-06 12:37:10 -050011 "operation" : "CREATE",
12 "additionalField" : "value",
Bruno Sakotof549c7c2021-05-18 16:02:30 -040013 "data": {
14 "test:bookstore":{
15 "bookstore-name": "Chapters",
16 "categories": [
17 {
18 "code": "01",
19 "name": "SciFi",
20 "books": [
21 {
22 "authors": [
23 "Iain M. Banks"
24 ],
25 "lang": "en",
26 "price": 895,
27 "pub_year": "1994",
28 "title": "Feersum Endjinn"
29 }
30 ]
31 }
32 ]
33 }
34 }
35 }
Bruno Sakoto8db64142021-08-20 18:59:14 -040036}