-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.json
More file actions
36 lines (35 loc) · 892 Bytes
/
collection.json
File metadata and controls
36 lines (35 loc) · 892 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
33
34
35
36
[
{
"id": 1,
"nome" : "ttt",
"especie" : "xxx",
"raca": "yyy",
"datanasc" :"31/00/00",
"sexo": "M",
"porte" : "pequeno",
"observacoes": "xxxyyyyvvvv",
"peso": 2.0,
"created_at": "22/10/2004",
"updated_at" : "22/10/2004",
"nome-tutor":"eeee",
"cpf":"47251787806"
},
{
"pet":{
"nome" : "ttt",
"especie" : "xxx",
"raca": "yyy",
"datanasc" :"31/00/00",
"sexo": "M",
"porte" : "pequeno",
"observacoes": "xxxyyyyvvvv",
"peso": 2.0,
"created_at": "22/10/2004",
"updated_at" : "22/10/2004",
"nome-tutor":"eeee",
"cpf":"47251787806"
},
"horario-entrada":"22/10/2004",
"horario-saida": "10/11/2004"
}
]