-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
26 lines (26 loc) · 752 Bytes
/
data.json
File metadata and controls
26 lines (26 loc) · 752 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
{
"vets": [
{
"id": 1,
"avatar_url": "https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60",
"name": "Ana Clara",
"telephone": "13 99857-8475",
"email": "clara@gmail.com",
"birth": 894931200000,
"gender": "F",
"created_at": 1593998252820
}
],
"dogs": [
{
"id": 1,
"avatar_url": "https://images.unsplash.com/photo-1523212307244-282dc7758831?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60",
"name": "Max",
"birth": 1444867200000,
"breed": "Filla",
"abiliity": "Pula, Corre, Dança",
"gender": "M",
"vaccine": "2019-12-12"
}
]
}