Update tests.
[wolnelektury.git] / src / api / tests / res / responses / books-child.json
1 {
2     "epochs": [], 
3     "fragment_data": {
4         "html": "Fragment", 
5         "title": "Parent, Child"
6     }, 
7     "txt": "", 
8     "children": [
9         {
10             "kind": "", 
11             "full_sort_key": "$grandchild$3", 
12             "author": "", 
13             "url": "http://testserver/katalog/lektura/grandchild/",
14             "cover_color": "#000000", 
15             "title": "Grandchild", 
16             "cover": "", 
17             "liked": null, 
18             "slug": "grandchild", 
19             "epoch": "", 
20             "href": "http://testserver/api/books/grandchild/",
21             "genre": "Sonet", 
22             "simple_thumb": "", 
23             "has_audio": false, 
24             "cover_thumb": ""
25         }
26     ], 
27     "xml": null,
28     "genres": [
29         {
30             "url": "http://testserver/katalog/gatunek/wiersz/",
31             "href": "http://testserver/api/genres/wiersz/",
32             "name": "Wiersz", 
33             "slug": "wiersz"
34         }
35     ], 
36     "title": "Child", 
37     "media": [], 
38     "html": "", 
39     "preview": false, 
40     "fb2": "", 
41     "kinds": [], 
42     "language": "pol",
43     "parent": {
44         "kind": "Liryka", 
45         "full_sort_key": "john doe$parent$1", 
46         "author": "John Doe", 
47         "url": "http://testserver/katalog/lektura/parent/",
48         "cover_color": "#a6820a", 
49         "title": "Parent", 
50         "cover": "http://testserver/media/cover/parent.jpg",
51         "liked": null, 
52         "slug": "parent", 
53         "epoch": "Barok", 
54         "href": "http://testserver/api/books/parent/",
55         "genre": "Sonet", 
56         "simple_thumb": "http://testserver/media/cover_api_thumb/parent.jpg",
57         "has_audio": true, 
58         "cover_thumb": "http://testserver/media/cover/parent.jpg-139x193"
59     }, 
60     "cover_color": "#000000", 
61     "simple_cover": "", 
62     "authors": [], 
63     "audio_length": "", 
64     "epub": "", 
65     "cover_thumb": "", 
66     "mobi": "", 
67     "url": "http://testserver/katalog/lektura/child/",
68     "cover": "", 
69     "pdf": "", 
70     "simple_thumb": "",
71     "translators": [],
72     "isbn_epub": null,
73     "isbn_mobi": null,
74     "isbn_pdf": null
75
76 }