Skip to content

Update example string values for properties defined with date-time format #238

@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 device-reachability-status-subscriptions.yaml and device-roaming-status-subscriptions.yaml properties startsAt, expiresAt, and subscriptionExpireTime cause such issue.

Expected behavior

Wrap all the examples of such properties in quotes in all of the API definitions.
Example:

    startsAt: 2024-07-03T21:12:02.871Z --> "2024-07-03T21:12:02.871Z"
    expiresAt: 2024-07-03T21:12:02.871Z --> "2024-07-03T21:12:02.871Z"

Alternative solution

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions