specification icon indicating copy to clipboard operation
specification copied to clipboard

CalendarEvent platforms aren't limited

Open Jarno458 opened this issue 3 months ago • 0 comments

Currently the platform property of openapi/components/requests/CreateCalendarEventRequest.yaml Allows an array of arbitrary strings, this should probably be limited to only the values vrchat understands

    "platforms": [
        "android",
        "standalonewindows",
        "ios"
    ]

maybe the calendar event type in general should have this limitation applied so also here openapi/components/schemas/CalendarEvent.yaml

Jarno458 avatar Sep 27 '25 23:09 Jarno458