@golemio/waze-ccp 1.1.8-dev.1087364707 → 1.1.8-dev.1087911900
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/openapi-output.yaml +6 -6
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -26,14 +26,14 @@ paths:
|
|
|
26
26
|
parameters:
|
|
27
27
|
- name: from
|
|
28
28
|
in: query
|
|
29
|
-
description: Date in ISO8601,
|
|
29
|
+
description: Date in ISO8601, limit to pothole alerts published by Waze from this datetime
|
|
30
30
|
required: false
|
|
31
31
|
schema:
|
|
32
32
|
type: string
|
|
33
33
|
example: "2020-05-16T04:27:58.000Z"
|
|
34
34
|
- name: to
|
|
35
35
|
in: query
|
|
36
|
-
description: Date in ISO8601,
|
|
36
|
+
description: Date in ISO8601, limit to pothole alerts published by Waze until this datetime (default 7 days into past)
|
|
37
37
|
required: false
|
|
38
38
|
schema:
|
|
39
39
|
type: string
|
|
@@ -106,7 +106,7 @@ components:
|
|
|
106
106
|
properties:
|
|
107
107
|
uuid:
|
|
108
108
|
type: string
|
|
109
|
-
description: incident
|
|
109
|
+
description: incident unique ID according to Waze
|
|
110
110
|
example: "a6771712-9256-b870-c6d3-e232d9bc7b1a"
|
|
111
111
|
city:
|
|
112
112
|
type: string
|
|
@@ -117,12 +117,12 @@ components:
|
|
|
117
117
|
description: street
|
|
118
118
|
example: "Liberecká"
|
|
119
119
|
road_type:
|
|
120
|
-
type:
|
|
120
|
+
type: string
|
|
121
121
|
description: road type/class/level
|
|
122
122
|
example: 3
|
|
123
123
|
event_direction:
|
|
124
124
|
type: integer
|
|
125
|
-
description: driving angle in degrees according to the reporting driver
|
|
125
|
+
description: driving angle in degrees according to the reporting driver; 0-359, 0=North
|
|
126
126
|
example: 41
|
|
127
127
|
published_at:
|
|
128
128
|
type: string
|
|
@@ -146,7 +146,7 @@ components:
|
|
|
146
146
|
example: 0
|
|
147
147
|
duplicate_count:
|
|
148
148
|
type: integer
|
|
149
|
-
description: how many of one, two or more identical incidents with the same 'uuid' was dumped
|
|
149
|
+
description: how many of one, two or more identical incidents with the same 'uuid' was dumped; 0=origin, 1=the first duplicate appeared
|
|
150
150
|
example: 1
|
|
151
151
|
type:
|
|
152
152
|
type: string
|