-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatchments.json
49 lines (49 loc) · 1022 Bytes
/
catchments.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
{
"organisation": "Calcutta Kids",
"catchments": [
{
"name": "1",
"uuid": "9815f0a5-2af0-4d3a-bbc7-7e754512278c",
"type": "Area",
"locations": [
{
"uuid": "8c00bf9a-3ea0-4a64-bf01-159a5fde67bc",
"comment": "1"
}
]
},
{
"name": "2",
"uuid": "ab8fb6ab-708e-4b64-965f-22b1a85d4e10",
"type": "Area",
"locations": [
{
"uuid": "9bf55aa1-169f-4245-ba79-6d9bb0257161",
"comment": "2"
}
]
},
{
"name": "3",
"uuid": "2d7698d8-2e52-47ee-aa12-ff54ca7d4db2",
"type": "Area",
"locations": [
{
"uuid": "2be78338-ea49-4fba-8018-e1f5c70b6179",
"comment": "3"
}
]
},
{
"name": "99",
"uuid": "61d2e9f6-2a13-4b47-88ce-39122f4a52f2",
"type": "Area",
"locations": [
{
"uuid": "4331d9db-49bf-4b6e-a304-affe08bc9b8f",
"comment": "99"
}
]
}
]
}