From e0d9bbd7e94b1f20ad822c9f5c46611974c65118 Mon Sep 17 00:00:00 2001 From: ANUP SHAH Date: Tue, 17 Jun 2025 10:58:30 -0400 Subject: [PATCH 1/2] Update books.json --- library/books.json | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/library/books.json b/library/books.json index 7c56cc0..dd17fda 100644 --- a/library/books.json +++ b/library/books.json @@ -10,9 +10,29 @@ "longTitle": "The Surgeon's Mate (Aubrey/Maturin)", "bookOfTheMonth": null, "tags": "writing style,travel,dystopian fiction", - "publisherId": 1352, - "bindingId": 6, - "languageId": 1 + "publisher": [ + { + "Id": 1, + "name": "pub1" + }, + { + "Id": 2, + "name": "pub2" + } + ] + "binding": ["type1","type2","type3"], + "language": [ + { + "id": 1, + "iso": "eng", + "name": "english" + }, + { + "id": 2, + "iso": "hind", + "name": "hindi" + }, + ] }, { "id": "1883577039", @@ -317,4 +337,4 @@ "publisherId": 766, "bindingId": 6, "languageId": 1 -}] \ No newline at end of file +}] From da70d4f01267569e6d088ffd692ee094f7fda1d0 Mon Sep 17 00:00:00 2001 From: ANUP SHAH Date: Tue, 17 Jun 2025 11:02:49 -0400 Subject: [PATCH 2/2] Update books.json --- library/books.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/library/books.json b/library/books.json index dd17fda..6a9e852 100644 --- a/library/books.json +++ b/library/books.json @@ -33,6 +33,14 @@ "name": "hindi" }, ] + "genre":["g1","g2","g3"] + "author":[ + { + "id":1, + "name":"aut1", + "alias": ["alias1","alias2"] + } + ] }, { "id": "1883577039",