@golemio/parkings 1.9.4-dev.1335024338 → 1.9.4-dev.1336581259
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 +16 -2
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -1713,8 +1713,22 @@ components:
|
|
|
1713
1713
|
parking_policy:
|
|
1714
1714
|
type: string
|
|
1715
1715
|
nullable: true
|
|
1716
|
-
|
|
1717
|
-
|
|
1716
|
+
enum:
|
|
1717
|
+
- park_and_ride
|
|
1718
|
+
- kiss_and_ride
|
|
1719
|
+
- commercial
|
|
1720
|
+
- zone
|
|
1721
|
+
- park_sharing
|
|
1722
|
+
- customer_only
|
|
1723
|
+
- null
|
|
1724
|
+
description: |
|
|
1725
|
+
The parking policy of the parking location.
|
|
1726
|
+
* `park_and_ride` - parking for transit users
|
|
1727
|
+
* `kiss_and_ride` - short-term passenger drop-off
|
|
1728
|
+
* `commercial` - paid parking for public
|
|
1729
|
+
* `zone` - parking restricted by area (e.g., blue, violet, orange)
|
|
1730
|
+
* `park_sharing` - shared parking spaces
|
|
1731
|
+
* `customer_only` - exclusive for customers
|
|
1718
1732
|
contact:
|
|
1719
1733
|
type: object
|
|
1720
1734
|
properties:
|