-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus-array.json
More file actions
43 lines (43 loc) · 1.04 KB
/
Copy pathstatus-array.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
{
"version": "2.0",
"class": "dataset",
"label": "Status as array (synthetic)",
"href": "https://example.test/status-array.json",
"updated": "2026-07-20T15:00:00Z",
"source": "jsonstat-go testdata",
"id": ["metric", "geo", "time"],
"size": [1, 2, 3],
"role": {
"metric": ["metric"],
"geo": ["geo"],
"time": ["time"]
},
"dimension": {
"metric": {
"label": "Metric",
"category": {
"index": {"POP": 0},
"label": {"POP": "Population"},
"unit": {
"POP": {"decimals": 0, "label": "persons"}
}
}
},
"geo": {
"label": "Geography",
"category": {
"index": {"ES": 0, "FR": 1},
"label": {"ES": "Spain", "FR": "France"}
}
},
"time": {
"label": "Year",
"category": {
"index": {"2020": 0, "2021": 1, "2022": 2},
"label": {"2020": "2020", "2021": "2021", "2022": "2022"}
}
}
},
"value": [47000000, 47300000, null, 67400000, 67500000, 67800000],
"status": ["a", "a", "m", "a", "p", "p"]
}