blob: 92ecab34f938ab3fbe4cbc867db2b73930b7dc66 [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",
Bruno Sakotof549c7c2021-05-18 16:02:30 -040012 "data": {
13 "test:bookstore":{
14 "bookstore-name": "Chapters",
15 "categories": [
16 {
17 "code": "01",
18 "name": "SciFi",
19 "books": [
20 {
21 "authors": [
22 "Iain M. Banks"
23 ],
24 "lang": "en",
25 "price": 895,
26 "pub_year": "1994",
27 "title": "Feersum Endjinn"
28 }
29 ]
30 }
31 ]
32 }
33 }
34 }
Bruno Sakoto8db64142021-08-20 18:59:14 -040035}
Renu Kumaria51102b2021-12-06 12:37:10 -050036