11{
2- "$schema" : " ../../books-schema.json" ,
3- "sources" : [
4- " https://middle-earth.xenite.org/what-are-the-various-books-named-in-the-lord-of-the-rings/"
5- ],
6- "books" : [{
7- "title" : " The Red Book of Westmarch" ,
8- "author" : " Bilbo/Frodo/Sam" ,
9- "category" : []
10- },
11- {
12- "title" : " Herblore of the Shire " ,
13- "author" : " Meriadoc Brandybuck, Master of Buckland" ,
14- "category" : []
15- },
16- {
17- "title" : " Reckoning of Years" ,
18- "author" : " Meriadoc Brandybuck, Master of Buckland" ,
19- "category" : [
20- " Scholarly"
21- ]
22- },
23- {
24- "title" : " The Tale of Years" ,
25- "category" : []
26- },
27- {
28- "title" : " The Book of Mazarbul" ,
29- "author" : " Ori" ,
30- "category" : []
31- }
32- ]
33- }
2+ "$schema" : " ../../books-schema.json" ,
3+ "sources" : [
4+ " https://middle-earth.xenite.org/what-are-the-various-books-named-in-the-lord-of-the-rings/"
5+ ],
6+ "books" : [
7+ {
8+ "title" : " The Red Book of Westmarch" ,
9+ "author" : " Bilbo/Frodo/Sam" ,
10+ "category" : []
11+ },
12+ {
13+ "title" : " Herblore of the Shire " ,
14+ "author" : " Meriadoc Brandybuck, Master of Buckland" ,
15+ "category" : []
16+ },
17+ {
18+ "title" : " Reckoning of Years" ,
19+ "author" : " Meriadoc Brandybuck, Master of Buckland" ,
20+ "category" : [
21+ " Scholarly"
22+ ]
23+ },
24+ {
25+ "title" : " The Tale of Years" ,
26+ "category" : []
27+ },
28+ {
29+ "title" : " The Book of Mazarbul" ,
30+ "author" : " Ori" ,
31+ "category" : []
32+ }
33+ ]
34+ }
0 commit comments