Add CSIT Tests for Update Operation on Passthrough-running 2/3
[cps.git] / csit / data / bookstoreCreateExample.json
1 {
2   "categories": [
3     {
4       "code": "01",
5       "name": "Sci-Fi",
6       "books": [
7         {
8           "title": "A Sci-Fi book",
9           "lang": "English",
10           "authors": [
11             "Joe & Rahul"
12           ],
13           "pub_year": "2001",
14           "price": "1000"
15         }
16       ]
17     },
18     {
19       "code": "02",
20       "name": "Horror",
21       "books": [
22         {
23           "title": "A Horror book",
24           "lang": "English",
25           "authors": [
26             "Joe & Rahul"
27           ],
28           "pub_year": "2003",
29           "price": "2000"
30         }
31       ]
32     }
33   ]
34 }