@@ -7905,13 +7905,10 @@ components:
79057905 type : object
79067906 description : Info about the performance limits on a platform
79077907 properties :
7908- allowed :
7909- type : boolean
79107908 maxSeats :
79117909 type : integer
79127910 description : Maximum amount of seats. -1 means no limit.
79137911 required :
7914- - allowed
79157912 - maxSeats
79167913 APIConfigConstants :
79177914 title : APIConfigConstants
@@ -8159,7 +8156,6 @@ components:
81598156 description : Redirection URL for updating the app
81608157 required :
81618158 - minBuildNumber
8162- - redirectionAddress
81638159 ReportCategory :
81648160 title : ReportCategory
81658161 type : object
@@ -8201,14 +8197,41 @@ components:
82018197 default : true
82028198 description : Unknown, probably voice optimization testing
82038199 type : boolean
8200+ accessLogsUrls :
8201+ type : object
8202+ properties :
8203+ Default :
8204+ type : string
8205+ format : uri
8206+ example : https://help.vrchat.com/hc/en-us/articles/9521522810899-Where-do-I-find-my-output-logs#h_01HT1ZV67JGKX5AE4R1P28XMXR
8207+ Pico :
8208+ type : string
8209+ format : uri
8210+ example : https://help.vrchat.com/hc/en-us/articles/9521522810899-Where-do-I-find-my-output-logs#h_01HT1ZV67JGKX5AE4R1P28XMXR
8211+ Quest :
8212+ type : string
8213+ format : uri
8214+ example : https://help.vrchat.com/hc/en-us/articles/9521522810899-Where-do-I-find-my-output-logs#h_01HT1ZV67JGKX5AE4R1P28XMXR
8215+ XRElite :
8216+ type : string
8217+ format : uri
8218+ example : https://help.vrchat.com/hc/en-us/articles/9521522810899-Where-do-I-find-my-output-logs#h_01HT1ZV67JGKX5AE4R1P28XMXR
82048219 address :
82058220 description : VRChat's office address
82068221 minLength : 1
82078222 type : string
8223+ ageVerificationInviteVisible :
8224+ type : boolean
82088225 ageVerificationP :
82098226 type : boolean
82108227 ageVerificationStatusVisible :
82118228 type : boolean
8229+ analysisMaxRetries :
8230+ type : integer
8231+ description : Max retries for avatar analysis requests
8232+ analysisRetryInterval :
8233+ type : integer
8234+ description : Interval between retries for avatar analysis requests
82128235 announcements :
82138236 type : array
82148237 description : Public Announcements
@@ -8416,6 +8439,10 @@ components:
84168439 default : false
84178440 description : Unknown, probably toggles compilation of frontend web builds? So internal flag?
84188441 type : boolean
8442+ disableGiftDrops :
8443+ default : false
8444+ description : Toggles if gift drops should be disabled
8445+ type : boolean
84198446 disableHello :
84208447 default : false
84218448 description : Unknown
@@ -8474,6 +8501,9 @@ components:
84748501 default : true
84758502 description : Unknown
84768503 type : boolean
8504+ giftDisplayType :
8505+ description : Display type of gifts
8506+ type : string
84778507 googleApiClientId :
84788508 type : string
84798509 description : Unknown
@@ -8614,6 +8644,83 @@ components:
86148644 reportOptions :
86158645 type : object
86168646 description : Options for reporting content
8647+ properties :
8648+ avatar :
8649+ type : object
8650+ properties :
8651+ avatar :
8652+ type : array
8653+ items :
8654+ type : string
8655+ warnings :
8656+ type : array
8657+ items :
8658+ type : string
8659+ group :
8660+ type : object
8661+ properties :
8662+ groupstore :
8663+ type : array
8664+ items :
8665+ type : string
8666+ image :
8667+ type : array
8668+ items :
8669+ type : string
8670+ text :
8671+ type : array
8672+ items :
8673+ type : string
8674+ user :
8675+ type : object
8676+ properties :
8677+ behavior :
8678+ type : array
8679+ items :
8680+ type : string
8681+ chat :
8682+ type : array
8683+ items :
8684+ type : string
8685+ emoji :
8686+ type : array
8687+ items :
8688+ type : string
8689+ image :
8690+ type : array
8691+ items :
8692+ type : string
8693+ sticker :
8694+ type : array
8695+ items :
8696+ type : string
8697+ text :
8698+ type : array
8699+ items :
8700+ type : string
8701+ world :
8702+ type : object
8703+ properties :
8704+ environment :
8705+ type : array
8706+ items :
8707+ type : string
8708+ text :
8709+ type : array
8710+ items :
8711+ type : string
8712+ warnings :
8713+ type : array
8714+ items :
8715+ type : string
8716+ worldimage :
8717+ type : array
8718+ items :
8719+ type : string
8720+ worldstore :
8721+ type : array
8722+ items :
8723+ type : string
86178724 reportReasons :
86188725 type : object
86198726 description : Reasons available for reporting users
@@ -8676,6 +8783,8 @@ components:
86768783 - sexual
86778784 - threatening
86788785 - visuals
8786+ requireAgeVerificationBetaTag :
8787+ type : boolean
86798788 sdkDeveloperFaqUrl :
86808789 description : Link to the developer FAQ
86818790 minLength : 1
@@ -8772,9 +8881,13 @@ components:
87728881 required :
87738882 - VoiceEnableDegradation
87748883 - VoiceEnableReceiverLimiting
8884+ - accessLogsUrls
87758885 - address
8886+ - ageVerificationInviteVisible
87768887 - ageVerificationP
87778888 - ageVerificationStatusVisible
8889+ - analysisMaxRetries
8890+ - analysisRetryInterval
87788891 - announcements
87798892 - analyticsSegment_NewUI_PctOfUsers
87808893 - analyticsSegment_NewUI_Salt
@@ -8808,6 +8921,7 @@ components:
88088921 - disableEventStream
88098922 - disableFeedbackGating
88108923 - disableFrontendBuilds
8924+ - disableGiftDrops
88118925 - disableHello
88128926 - disableOculusSubs
88138927 - disableRegistration
@@ -8820,6 +8934,7 @@ components:
88208934 - dynamicWorldRows
88218935 - events
88228936 - forceUseLatestWorld
8937+ - giftDisplayType
88238938 - googleApiClientId
88248939 - homeWorldId
88258940 - homepageRedirectTarget
@@ -8837,6 +8952,7 @@ components:
88378952 - reportFormUrl
88388953 - reportOptions
88398954 - reportReasons
8955+ - requireAgeVerificationBetaTag
88408956 - sdkDeveloperFaqUrl
88418957 - sdkDiscordUrl
88428958 - sdkNotAllowedToPublishMessage
0 commit comments