@golemio/parkings 1.8.7-dev.1241477950 → 1.8.7-dev.1241561332

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.
@@ -47,7 +47,7 @@ paths:
47
47
  in: query
48
48
  description: Filter by Prague city districts (slug) separated by comma.
49
49
  required: false
50
- example: praha-4
50
+ example: ['praha-4']
51
51
  schema:
52
52
  type: array
53
53
  items: {}
@@ -204,8 +204,8 @@ paths:
204
204
  schema:
205
205
  type: array
206
206
  items:
207
- type: object
208
- example: park_and_ride
207
+ type: string
208
+ example: ['park_and_ride']
209
209
  - name: limit
210
210
  in: query
211
211
  description: Limits number of retrieved items.
@@ -313,8 +313,8 @@ paths:
313
313
  schema:
314
314
  type: array
315
315
  items:
316
- type: object
317
- example: park_and_ride
316
+ type: string
317
+ example: ['park_and_ride']
318
318
  - name: limit
319
319
  in: query
320
320
  description: Limits number of retrieved items.
@@ -348,8 +348,8 @@ paths:
348
348
  schema:
349
349
  type: array
350
350
  items:
351
- type: object
352
- example: zone_mixed
351
+ type: string
352
+ example: ['zone_mixed']
353
353
  - name: parkingType
354
354
  in: query
355
355
  description: Filter by parking type. Use with square brackets `parkingType[]`,
@@ -359,8 +359,8 @@ paths:
359
359
  schema:
360
360
  type: array
361
361
  items:
362
- type: object
363
- example: on_street
362
+ type: string
363
+ example: ['on_street']
364
364
 
365
365
  responses:
366
366
  200:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/parkings",
3
- "version": "1.8.7-dev.1241477950",
3
+ "version": "1.8.7-dev.1241561332",
4
4
  "description": "Golemio Parkings Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",