blob: 753426a60a444fe61711425533afb9f832253f5c [file] [log] [blame]
Bruno Sakotof549c7c2021-05-18 16:02:30 -04001{
Bruno Sakoto8db64142021-08-20 18:59:14 -04002 "schema": "urn:cps:org.onap.cps:data-updated-event-schema:v1",
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",
11 "data": {
12 "test:bookstore":{
13 "bookstore-name": "Chapters",
14 "categories": [
15 {
16 "code": "01",
17 "name": "SciFi",
18 "books": [
19 {
20 "authors": [
21 "Iain M. Banks"
22 ],
23 "lang": "en",
24 "price": 895,
25 "pub_year": "1994",
26 "title": "Feersum Endjinn"
27 }
28 ]
29 }
30 ]
31 }
32 }
33 }
Bruno Sakoto8db64142021-08-20 18:59:14 -040034}