Skip to content

Commit a499f84

Browse files
authored
Sets durationInMs to use 64-bit integer format (#551)
Enhances schema accuracy by specifying a 64-bit integer format for durationInMs, supporting larger duration values and improving data consistency.
1 parent 681e865 commit a499f84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi/components/schemas/CalendarEvent.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ properties:
1919
type: string
2020
durationInMs:
2121
type: integer
22+
format: int64
2223
endsAt:
2324
type: string
2425
format: date-time

0 commit comments

Comments
 (0)