Merge branch 'cps_poc' of /home/jwagantall/linuxfoundation/onap/IT-20983/origin
[cps.git] / cps-service / src / test / resources / bookstore.json
1 {
2    "test:bookstore":{
3       "categories":[
4          {
5             "name":"web",
6             "books":[
7                {
8                   "authors":[
9                      "Toine Siebelink","David Lang"
10                   ],
11                   "lang":"en",
12                   "price":"123456",
13                   "pub_year":"2020",
14                   "title":"My first book"
15                }
16             ]
17          },
18          {
19             "name":"art",
20             "books":[
21                {
22                   "authors":[
23                      "Test"
24                   ],
25                   "lang":"en",
26                   "price":"1234",
27                   "pub_year":"2020",
28                   "title":"My 2nd book"
29                }
30             ]
31          }
32       ]
33    }
34 }