aboutsummaryrefslogtreecommitdiffstats
path: root/csit/data/ncmp/bookstoreCreateExample.json
diff options
context:
space:
mode:
Diffstat (limited to 'csit/data/ncmp/bookstoreCreateExample.json')
-rw-r--r--csit/data/ncmp/bookstoreCreateExample.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/csit/data/ncmp/bookstoreCreateExample.json b/csit/data/ncmp/bookstoreCreateExample.json
new file mode 100644
index 000000000..ff8e202e3
--- /dev/null
+++ b/csit/data/ncmp/bookstoreCreateExample.json
@@ -0,0 +1,34 @@
+{
+ "categories": [
+ {
+ "code": "01",
+ "name": "Sci-Fi",
+ "books": [
+ {
+ "title": "A Sci-Fi book",
+ "lang": "English",
+ "authors": [
+ "Joe & Rahul"
+ ],
+ "pub_year": "2001",
+ "price": "1000"
+ }
+ ]
+ },
+ {
+ "code": "02",
+ "name": "Horror",
+ "books": [
+ {
+ "title": "A Horror book",
+ "lang": "English",
+ "authors": [
+ "Joe & Rahul"
+ ],
+ "pub_year": "2003",
+ "price": "2000"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file