Skip to content

Commit

Permalink
Deploying to gh-pages from @ 57f919f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jellejurre committed Nov 7, 2024
1 parent 31f2bcf commit 8b89405
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 6 deletions.
83 changes: 80 additions & 3 deletions dist/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3798,6 +3798,8 @@ components:
title: UserStatus
default: offline
CurrentUser:
title: CurrentUser
type: object
properties:
acceptedTOSVersion:
minimum: 0
Expand All @@ -3822,6 +3824,10 @@ components:
type: array
items:
$ref: '#/components/schemas/UserID'
ageVerificationStatus:
type: string
ageVerified:
type: boolean
allowAvatarCopying:
type: boolean
badges:
Expand Down Expand Up @@ -3891,6 +3897,8 @@ components:
$ref: '#/components/schemas/WorldID'
id:
$ref: '#/components/schemas/UserID'
isAdult:
type: boolean
isBoopingEnabled:
default: true
type: boolean
Expand Down Expand Up @@ -4031,8 +4039,9 @@ components:
- date_joined
- isFriend
- friendKey
title: CurrentUser
type: object
- isAdult
- ageVerificationStatus
- ageVerified
TwoFactorAuthCode:
title: TwoFactorAuthCode
type: object
Expand Down Expand Up @@ -6157,6 +6166,10 @@ components:
updated_at:
format: date-time
type: string
urlList:
type: array
items:
type: string
version:
default: 0
example: 68
Expand Down Expand Up @@ -6723,6 +6736,9 @@ components:
default: true
example: true
type: boolean
ageGate:
nullable: true
type: string
canRequestInvite:
default: true
example: true
Expand Down Expand Up @@ -6773,7 +6789,7 @@ components:
platforms:
$ref: '#/components/schemas/InstancePlatforms'
playerPersistenceEnabled:
type: string
type: boolean
nullable: true
region:
$ref: '#/components/schemas/InstanceRegion'
Expand Down Expand Up @@ -6993,6 +7009,19 @@ components:
required:
- name
- text
PerformanceLimiterInfo:
title: PerformanceLimiterInfo
type: object
description: Info about the performance limits on a platform
properties:
allowed:
type: boolean
maxSeats:
type: integer
description: Maximum amount of seats. -1 means no limit.
required:
- allowed
- maxSeats
APIConfigConstants:
title: APIConfigConstants
type: object
Expand Down Expand Up @@ -7285,6 +7314,10 @@ components:
description: VRChat's office address
minLength: 1
type: string
ageVerificationP:
type: boolean
ageVerificationStatusVisible:
type: boolean
announcements:
type: array
description: Public Announcements
Expand Down Expand Up @@ -7314,6 +7347,28 @@ components:
type: array
items:
type: string
avatarPerfLimiter:
type: object
properties:
AndroidMobile:
$ref: '#/components/schemas/PerformanceLimiterInfo'
PC:
$ref: '#/components/schemas/PerformanceLimiterInfo'
Pico:
$ref: '#/components/schemas/PerformanceLimiterInfo'
Quest:
$ref: '#/components/schemas/PerformanceLimiterInfo'
XRElite:
$ref: '#/components/schemas/PerformanceLimiterInfo'
iOSMobile:
$ref: '#/components/schemas/PerformanceLimiterInfo'
required:
- AndroidMobile
- PC
- Pico
- Quest
- XRElite
- iOSMobile
buildVersionTag:
description: Build tag of the API server
minLength: 1
Expand Down Expand Up @@ -7407,6 +7462,8 @@ components:
type: integer
defaultAvatar:
$ref: '#/components/schemas/AvatarID'
defaultStickerSet:
type: string
deploymentGroup:
$ref: '#/components/schemas/DeploymentGroup'
devLanguageCodes:
Expand Down Expand Up @@ -7630,6 +7687,8 @@ components:
$ref: '#/components/schemas/ReportCategory'
chat:
$ref: '#/components/schemas/ReportCategory'
emoji:
$ref: '#/components/schemas/ReportCategory'
environment:
$ref: '#/components/schemas/ReportCategory'
groupstore:
Expand All @@ -7638,6 +7697,8 @@ components:
$ref: '#/components/schemas/ReportCategory'
text:
$ref: '#/components/schemas/ReportCategory'
sticker:
$ref: '#/components/schemas/ReportCategory'
warnings:
$ref: '#/components/schemas/ReportCategory'
worldimage:
Expand Down Expand Up @@ -7753,6 +7814,9 @@ components:
description: VRChat's support email
minLength: 1
type: string
supportFormUrl:
description: VRChat's support form
type: string
timekeeping:
type: boolean
description: Unknown
Expand Down Expand Up @@ -7818,12 +7882,15 @@ components:
- VoiceEnableDegradation
- VoiceEnableReceiverLimiting
- address
- ageVerificationP
- ageVerificationStatusVisible
- announcements
- analyticsSegment_NewUI_PctOfUsers
- analyticsSegment_NewUI_Salt
- appName
- availableLanguageCodes
- availableLanguages
- avatarPerfLimiter
- buildVersionTag
- chatboxLogBufferSeconds
- clientApiKey
Expand All @@ -7837,6 +7904,7 @@ components:
- copyrightEmail
- currentTOSVersion
- defaultAvatar
- defaultStickerSet
- deploymentGroup
- devSdkUrl
- devSdkVersion
Expand Down Expand Up @@ -7885,6 +7953,7 @@ components:
- serverName
- stringHostUrlList
- supportEmail
- supportFormUrl
- timekeeping
- timeOutWorldId
- tutorialWorldId
Expand Down Expand Up @@ -8135,6 +8204,8 @@ components:
title: User
type: object
properties:
ageVerificationStatus:
type: string
allowAvatarCopying:
type: boolean
default: true
Expand Down Expand Up @@ -8229,6 +8300,7 @@ components:
worldId:
$ref: '#/components/schemas/WorldID'
required:
- ageVerificationStatus
- allowAvatarCopying
- bio
- bioLinks
Expand Down Expand Up @@ -8644,6 +8716,10 @@ components:
updated_at:
format: date-time
type: string
urlList:
type: array
items:
type: string
udonProducts:
type: array
items:
Expand Down Expand Up @@ -8672,6 +8748,7 @@ components:
- publicationDate
- labsPublicationDate
- unityPackages
- urlList
- popularity
- heat
- occupants
Expand Down
Loading

0 comments on commit 8b89405

Please sign in to comment.