summaryrefslogtreecommitdiffstats
path: root/csit/data/bookstoreAddEntry.json
diff options
context:
space:
mode:
Diffstat (limited to 'csit/data/bookstoreAddEntry.json')
-rw-r--r--csit/data/bookstoreAddEntry.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/csit/data/bookstoreAddEntry.json b/csit/data/bookstoreAddEntry.json
new file mode 100644
index 000000000..86e9a5b3d
--- /dev/null
+++ b/csit/data/bookstoreAddEntry.json
@@ -0,0 +1,19 @@
+{
+ "stores:categories": [
+ {
+ "stores:code": "ISBN200123",
+ "stores:name": "library",
+ "stores:books": [
+ {
+ "stores:title": "A good book",
+ "stores:lang": "English",
+ "stores:authors": [
+ "Joe & Rahul"
+ ],
+ "stores:pub_year": "2001",
+ "stores:price": "1000"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file