forked from FIWARE/data-models
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-normalized.json
More file actions
46 lines (46 loc) · 905 Bytes
/
Copy pathexample-normalized.json
File metadata and controls
46 lines (46 loc) · 905 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
37
38
39
40
41
42
43
44
45
46
{
"id": "Alert:1",
"type": "Alert",
"dateCreated": {
"type": "DateTime",
"value": "2019-06-06T12:06:06"
},
"dateModified": {
"type": "DateTime",
"value": "2019-06-07T12:07:06"
},
"category": {
"value": "traffic"
},
"subCategory": {
"value": "trafficJam"
},
"validTo": {
"type": "DateTime",
"value": "2017-01-02T10:25:55.00Z"
},
"description": {
"value": "The road is completely blocked for 3kms"
},
"location": {
"type": "geo:json",
"value": {
"type": "Point",
"coordinates": [-3.712247222222222, 40.423852777777775]
}
},
"dateIssued": {
"type": "DateTime",
"value": "2017-01-02T09:25:55.00Z"
},
"alertSource": {
"value": "https://account.lab.fiware.org/users/8"
},
"validFrom": {
"type": "DateTime",
"value": "2017-01-02T09:25:55.00Z"
},
"severity": {
"value": "high"
}
}