Problem description
It has been reported that some tool chains are having issues with string values without quotes for properties defined in date-time format.
In geofencing-subscriptions.yaml subscriptionExpireTime, in location-retrieval.yaml and location-verification.yaml lastLocationTime example values are causing the reported issue.
Expected behavior
Wrap all the examples of such properties in quotes in all of the API definitions.
subscriptionExpireTime:
type: string
format: date-time
example: 2023-01-17T13:18:23.682Z --> "2023-01-17T13:18:23.682Z"
Alternative solution
Additional context