Skip to content

Update example string values for properties defined as date-time format #286

@gmuratk

Description

@gmuratk

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions