CPS Delta API: Update action for delta service
[cps.git] / integration-test / src / test / resources / data / bookstore / bookstoreDataForDeltaReport.json
1 {
2   "bookstore-address": [
3     {
4       "bookstore-name": "Crossword Bookstores",
5       "address": "Bangalore, India",
6       "postal-code": "560062"
7     }
8   ],
9   "bookstore": {
10     "bookstore-name": "Crossword Bookstores",
11     "premises": {
12       "addresses": [
13         {
14           "house-number": 2,
15           "street": "Main Street",
16           "town": "Killarney",
17           "county": "Kerry"
18         },
19         {
20           "house-number": 24,
21           "street": "Grafton Street",
22           "town": "Dublin",
23           "county": "Dublin"
24         }
25       ]
26     },
27     "support-info": {
28       "contact-emails": {
29       }
30     },
31     "container-without-leaves": { },
32     "categories": [
33       {
34         "code": 1,
35         "name": "Kids",
36         "books" : [
37           {
38             "title": "Matilda",
39             "lang": "English",
40             "authors": ["Roald Dahl"],
41             "editions": [1988, 2000, 2023],
42             "price": 200
43           },
44           {
45             "title": "The Gruffalo",
46             "lang": "English/German",
47             "authors": ["Julia Donaldson"],
48             "editions": [1999],
49             "price": 15
50           }
51         ]
52       },
53       {
54         "code": 2,
55         "name": "Suspense"
56       },
57       {
58         "code": 3,
59         "name": "Comedy",
60         "books" : [
61           {
62             "title": "Good Omens",
63             "lang": "English",
64             "authors": ["Neil Gaiman", "Terry Pratchett"],
65             "editions": [2006],
66             "price": 13
67           },
68           {
69             "title": "The Colour of Magic",
70             "lang": "English",
71             "authors": ["Terry Pratchett"],
72             "editions": [1983],
73             "price": 12
74           },
75           {
76             "title": "The Light Fantastic",
77             "lang": "English",
78             "authors": ["Terry Pratchett"],
79             "editions": [1986],
80             "price": 14
81           },
82           {
83             "title": "A Book with No Language",
84             "lang": "",
85             "authors": ["Joe Bloggs"],
86             "editions": [2023],
87             "price": 20
88           }
89         ]
90       },
91       {
92         "code": 5,
93         "name": "Discount books",
94         "books" : [
95           {
96             "title": "Book 1",
97             "lang": "blah",
98             "authors": [],
99             "editions": []
100           },
101           {
102             "title": "Book 2",
103             "lang": "blah",
104             "authors": [],
105             "editions": [],
106             "price": 2
107           },
108           {
109             "title": "Book 3",
110             "lang": "blah",
111             "authors": [],
112             "editions": [],
113             "price": 3
114           },
115           {
116             "title": "Book 4",
117             "lang": "blah",
118             "authors": [],
119             "editions": [],
120             "price": 4
121           },
122           {
123             "title": "Book 5",
124             "lang": "blah",
125             "authors": [],
126             "editions": [],
127             "price": 5
128           },
129           {
130             "title": "Book 6",
131             "lang": "blah",
132             "authors": [],
133             "editions": [],
134             "price": 6
135           },
136           {
137             "title": "Book 7",
138             "lang": "blah",
139             "authors": [],
140             "editions": [],
141             "price": 7
142           },
143           {
144             "title": "Book 8",
145             "lang": "blahh",
146             "authors": [],
147             "editions": [],
148             "price": 8
149           },
150           {
151             "title": "Book 9",
152             "lang": "blah",
153             "authors": [],
154             "editions": [],
155             "price": 9
156           },
157           {
158             "title": "Book 10",
159             "lang": "blah",
160             "authors": [],
161             "editions": [],
162             "price": 10
163           },
164           {
165             "title": "Book 11",
166             "lang": "blah",
167             "authors": [],
168             "editions": [],
169             "price": 10
170           }
171         ]
172       },
173       {
174         "code": 6,
175         "name": "Random books",
176         "books": [
177           {
178             "title": "Book 1",
179             "lang": "blah",
180             "authors": [],
181             "editions": [],
182             "price": 1
183           }
184         ]
185       },
186       {
187         "code": 7
188       }
189     ]
190   }
191 }