-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
76 lines (76 loc) · 1.62 KB
/
db.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
{
"clients": [
{
"document": "57275351072",
"productorName": "Jonas Borges",
"farmName": "Farm Teste",
"state": {
"value": "RS",
"label": "Rio Grande do Sul"
},
"city": "Porto Alegre",
"totalArea": 12000,
"agriculturalArea": 1000,
"vegetationArea": 1000,
"plantedCrops": [
{
"value": "soja",
"label": "Soja"
},
{
"value": "algodao",
"label": "Algodão"
}
],
"id": "070e5c5e-e059-4aaa-91db-879c7a982c64"
},
{
"document": "48746755063",
"productorName": "Pedro Teste",
"farmName": "Farm Test",
"state": {
"value": "BA",
"label": "Bahia"
},
"city": "Bahia",
"totalArea": 10000,
"agriculturalArea": 1000,
"vegetationArea": 1000,
"plantedCrops": [
{
"value": "soja",
"label": "Soja"
}
],
"id": "5a3a5851-6651-4fe8-b115-05c06312be80"
},
{
"document": "01848484888",
"productorName": "Carlos Teste",
"farmName": "Farm 3",
"state": {
"value": "ES",
"label": "Espírito Santo"
},
"city": "Brasília",
"totalArea": 12000,
"agriculturalArea": 1000,
"vegetationArea": 10000,
"plantedCrops": [
{
"value": "soja",
"label": "Soja"
},
{
"value": "algodao",
"label": "Algodão"
},
{
"value": "cafe",
"label": "Café"
}
],
"id": "b69628ad-5bf3-48f3-9bd1-8f7aa1b1b9c3"
}
]
}