-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpet.json
102 lines (102 loc) · 2.29 KB
/
pet.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"id": 1,
"breed": "Golden Retriever",
"isAdopted": false,
"description": "Very cute, smart, and loving dog!",
"color": "gold",
"age": "3 months",
"userId": 1,
"gender": "boy"
},
{
"id": 2,
"breed": "German Shepherd",
"isAdopted": false,
"description": "Smart and intelligent dog!",
"color": "black and gold",
"age": "6 months",
"userId": 2,
"gender": "boy"
},
{
"id": 3,
"breed": "Poodle",
"isAdopted": false,
"description": "Very cute dog!",
"color": "black",
"age": "2 months",
"userId": 3,
"gender": "boy"
},
{
"id": 4,
"breed": "Chihuahua",
"isAdopted": false,
"description": "Small and cute dog!",
"color": "blonde",
"age": "7 months",
"userid": 4,
"gender": "boy"
},
{
"id": 5,
"breed": "French Bulldog",
"isAdopted": false,
"description": null,
"color": "black",
"age": "9 months",
"userid": 5,
"gender": "boy"
},
{
"id": 6,
"breed": "Husky",
"isAdopted": false,
"description": "Beautiful and intelligent dog!",
"color": "grey and white",
"age": "1 year",
"userid": 6,
"gender": "girl"
},
{
"id": 7,
"breed": "Shih Tzu",
"isAdopted": false,
"description": null,
"color": "black",
"age": "2 months",
"userid": 7,
"gender": "girl"
},
{
"id": 8,
"breed": "Shiba Inu",
"isAdopted": false,
"description": "Beautiful dog",
"color": "blonde",
"age": "1.5 years",
"userid": 8,
"gender": "girl"
},
{
"id": 9,
"breed": "Dobermann",
"isAdopted": false,
"description": "Smart and large doge",
"color": "black",
"age": "6 months",
"userid": 9,
"gender": "girl"
},
{
"id": 10,
"breed": "Bichon Frise",
"isAdopted": false,
"description": "Very cute dog",
"color": "white",
"age": "2 months",
"userid": 10,
"gender": "girl"
}
]