forked from FIWARE/data-models
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
28 lines (28 loc) · 763 Bytes
/
Copy pathexample.json
File metadata and controls
28 lines (28 loc) · 763 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
{
"id": "kpi-2016-Ciudad-containers-faults",
"type": "KeyPerformanceIndicator",
"name": "Incidencias-Contenedores-Mensual",
"description": "Number of incidences raised on containers per month",
"category": ["quantitative"],
"organization": {
"name": "Ayuntamiento de Ciudad"
},
"provider": {
"name": "Cleaning Service Provider S.A."
},
"kpiValue": 20,
"currentStanding": "good",
"calculationPeriod": {
"from": "2016-06-01",
"to": "2016-06-30"
},
"calculationMethod": "automatic",
"calculationFrequency": "monthly",
"dateModified": "2016-06-29T15:59:09.224Z",
"dateNextCalculation": "2016-07-31",
"address": {
"addressLocality": "Ciudad",
"addressCountry": "ESP"
},
"process": "Garbage Collection"
}