Skip to content
Open
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
11 changes: 11 additions & 0 deletions openapi/components/schemas/CalendarEvent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,29 @@
description: Languages that might be spoken at this event
items:
$ref: ./LanguageCode.yaml
occurrenceKind:
type: string
description: So far if it exists, always the string "single"
ownerId:
$ref: ./GroupID.yaml
platforms:
type: array
items:
$ref: ./CalendarEventPlatform.yaml
recurrence:
type: string
description: So far unused, always "null"
nullable: true
roleIds:
type: array
description: Group roles that may join this event
nullable: true
items:
$ref: ./GroupRoleID.yaml
seriesId:
type: string
description: So far unused, always "null"
nullable: true
startsAt:
type: string
format: date-time
Expand All @@ -74,17 +85,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 98 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