Merge "Create datastores for NCMP w/subscription model"
[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": "Easons",
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             "price": 1
101           },
102           {
103             "title": "Book 2",
104             "lang": "blah",
105             "authors": [],
106             "editions": [],
107             "price": 2
108           },
109           {
110             "title": "Book 3",
111             "lang": "blah",
112             "authors": [],
113             "editions": [],
114             "price": 3
115           },
116           {
117             "title": "Book 4",
118             "lang": "blah",
119             "authors": [],
120             "editions": [],
121             "price": 4
122           },
123           {
124             "title": "Book 5",
125             "lang": "blah",
126             "authors": [],
127             "editions": [],
128             "price": 5
129           },
130           {
131             "title": "Book 6",
132             "lang": "blah",
133             "authors": [],
134             "editions": [],
135             "price": 6
136           },
137           {
138             "title": "Book 7",
139             "lang": "blah",
140             "authors": [],
141             "editions": [],
142             "price": 7
143           },
144           {
145             "title": "Book 8",
146             "lang": "blahh",
147             "authors": [],
148             "editions": [],
149             "price": 8
150           },
151           {
152             "title": "Book 9",
153             "lang": "blah",
154             "authors": [],
155             "editions": [],
156             "price": 9
157           },
158           {
159             "title": "Book 10",
160             "lang": "blah",
161             "authors": [],
162             "editions": [],
163             "price": 10
164           },
165           {
166             "title": "Book 11",
167             "lang": "blah",
168             "authors": [],
169             "editions": [],
170             "price": 10
171           }
172         ]
173       },
174       {
175         "code": 6,
176         "name": "Random books",
177         "books": [
178           {
179             "title": "Book 1",
180             "lang": "blah",
181             "authors": [],
182             "editions": [],
183             "price": 1
184           }
185         ]
186       },
187       {
188         "code": 7
189       }
190     ]
191   }
192 }