forked from pixegami/fastapi-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbooks.json
More file actions
32 lines (32 loc) · 668 Bytes
/
books.json
File metadata and controls
32 lines (32 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"name": "Harry Potter",
"genre": "fiction",
"price": 15.0,
"book_id": "e1b7e31916f64bd3badd98b9e34cc5c3"
},
{
"name": "The Great Gatsby",
"genre": "fiction",
"price": 15.0,
"book_id": "1759c5e1cf4b4e26b7dd41c7d2af7c33"
},
{
"name": "Frankenstein",
"genre": "fiction",
"price": 10.0,
"book_id": "f4b7f7f488334155831a9656ba373530"
},
{
"name": "Atomic Habits",
"genre": "non-fiction",
"price": 30.0,
"book_id": "6e72714965f94d0c9600277bb7e5ba99"
},
{
"name": "A Wild Sheep Chase",
"genre": "fiction",
"price": 15.0,
"book_id": "58bfb9a684724846bd7f69688c6f09c9"
}
]