-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Fall25Meta-release Fall25Meta-release Fall25
Description
Describe the bug
The startsAt in the sim-swap-subscriptions.yaml has not defined a type-property:
startsAt:
description: |
Date when the event subscription will begin/began
It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and must have time zone.
Recommended format is yyyy-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows 2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z)
example: "2023-07-03T12:27:08.312Z"
Our code-generator will transform that to an Object instead of an DateTime.
This is really a blocking bug on our side, where we need to update the specification by adding the type and format like for expiresAt
Expected behavior
startsAt:
type: string
format: date-time
description: |
Date when the event subscription will begin/began
It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and must have time zone.
Recommended format is yyyy-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows 2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z)
example: "2023-07-03T12:27:08.312Z"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Fall25Meta-release Fall25Meta-release Fall25