86e9a5b3d6e4ea907319ebdc73a266d78145f148
[cps.git] / csit / data / bookstoreAddEntry.json
1 {
2   "stores:categories": [
3     {
4       "stores:code": "ISBN200123",
5       "stores:name": "library",
6       "stores:books": [
7         {
8           "stores:title": "A good book",
9           "stores:lang": "English",
10           "stores:authors": [
11             "Joe & Rahul"
12           ],
13           "stores:pub_year": "2001",
14           "stores:price": "1000"
15         }
16       ]
17     }
18   ]
19 }