Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions openapi/components/schemas/CalendarEvent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
type: string
durationInMs:
type: integer
format: int64
endsAt:
type: string
format: date-time
Expand Down Expand Up @@ -85,17 +86,17 @@
updatedAt:
type: string
format: date-time
userInterest:
type: object
properties:
createdAt:
type: string
format: date-time
isFollowing:
type: boolean
updatedAt:
type: string
format: date-time

Check warning on line 99 in openapi/components/schemas/CalendarEvent.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-title

Schema must have a non-empty title.
usesInstanceOverflow:
type: boolean
required:
Expand Down
Loading