diff --git a/data/requests/authentication/getcurrentuser-after-two-factor-authentication.md b/data/requests/authentication/getcurrentuser-after-two-factor-authentication.md index 630c323b..b1c1b12e 100644 --- a/data/requests/authentication/getcurrentuser-after-two-factor-authentication.md +++ b/data/requests/authentication/getcurrentuser-after-two-factor-authentication.md @@ -1,10 +1,5 @@ # getCurrentUser after two-factor authentication -## Issues -``` -Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Unexpected property at #/userLanguage, Unexpected property at #/userLanguageCode, Unexpected property at #/currentAvatarTags, Unexpected property at #/googleId, Unexpected property at #/picoId, Unexpected property at #/viveId. -``` - ## Request `get https://api.vrchat.cloud/api/1/auth/user` @@ -47,15 +42,6 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "obfuscatedPendingEmail": "", "emailVerified": true, "hasBirthday": true, - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/hideContentFilterSettings - */ "hideContentFilterSettings": false, "unsubscribe": true, "statusHistory": [ @@ -73,40 +59,13 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "statusFirstTime": true, "friends": [], "friendGroupNames": [], - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/userLanguage - */ "userLanguage": null, - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/userLanguageCode - */ "userLanguageCode": null, "currentAvatarImageUrl": "https://api.vrchat.cloud/api/1/file/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/file", "currentAvatarThumbnailImageUrl": "https://api.vrchat.cloud/api/1/image/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/256", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/currentAvatarTags - */ "currentAvatarTags": [ - "admin_featured_legacy", - "admin_content_reviewed" + "admin_content_reviewed", + "admin_featured_legacy" ], "currentAvatar": "avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11", "currentAvatarAssetUrl": "https://api.vrchat.cloud/api/1/file/file_534ffc10-15d0-4fc5-86d5-2dcd55f0ac45/1/file", @@ -116,37 +75,10 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "acceptedTOSVersion": 8, "acceptedPrivacyVersion": 0, "steamId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/googleId - */ "googleId": "", "steamDetails": {}, "oculusId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/picoId - */ "picoId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/viveId - */ "viveId": "", "hasLoggedInFromClient": false, "homeLocation": "", diff --git a/data/requests/avatars/getavatar-by-id.md b/data/requests/avatars/getavatar-by-id.md index 822e781c..54d8669e 100644 --- a/data/requests/avatars/getavatar-by-id.md +++ b/data/requests/avatars/getavatar-by-id.md @@ -2,7 +2,7 @@ ## Issues ``` -Response schema mismatch: Unexpected property at #/unityPackages/0/impostorUrl, Unexpected property at #/unityPackages/0/scanStatus, Unexpected property at #/unityPackages/1/impostorUrl, Unexpected property at #/unityPackages/1/scanStatus, Unexpected property at #/unityPackages/2/impostorUrl, Unexpected property at #/unityPackages/2/scanStatus, Unexpected property at #/unityPackages/3/impostorUrl, Unexpected property at #/unityPackages/3/scanStatus. +Response schema mismatch: Invalid type at #/unityPackages/0/impostorUrl, Invalid type at #/unityPackages/1/impostorUrl, Invalid type at #/unityPackages/2/impostorUrl, Invalid type at #/unityPackages/3/impostorUrl. ``` ## Request @@ -48,108 +48,72 @@ Response schema mismatch: Unexpected property at #/unityPackages/0/impostorUrl, "id": "unp_8b8587ce-a35b-4920-9815-bf72277fd11a", "created_at": "2022-01-27T01:34:07.257Z", /** - * Unexpected property. + * Invalid type. * - * @schema UnityPackage - * @keyword additionalProperties + * @schema unknown + * @keyword type * - * #/properties/unityPackages/items/additionalProperties + * #/properties/unityPackages/items/properties/impostorUrl/type * #/unityPackages/0/impostorUrl */ "impostorUrl": null, "unityVersion": "2019.4.30f1", "assetVersion": 1, "platform": "standalonewindows", - /** - * Unexpected property. - * - * @schema UnityPackage - * @keyword additionalProperties - * - * #/properties/unityPackages/items/additionalProperties - * #/unityPackages/0/scanStatus - */ "scanStatus": "passed" }, { "id": "unp_c92a2ed4-e802-4730-bcea-fc83af6d86ed", "created_at": "2022-02-03T06:57:10.346Z", /** - * Unexpected property. + * Invalid type. * - * @schema UnityPackage - * @keyword additionalProperties + * @schema unknown + * @keyword type * - * #/properties/unityPackages/items/additionalProperties + * #/properties/unityPackages/items/properties/impostorUrl/type * #/unityPackages/1/impostorUrl */ "impostorUrl": null, "assetVersion": 1, "platform": "android", "unityVersion": "2019.4.30f1", - /** - * Unexpected property. - * - * @schema UnityPackage - * @keyword additionalProperties - * - * #/properties/unityPackages/items/additionalProperties - * #/unityPackages/1/scanStatus - */ "scanStatus": "unscanned" }, { "id": "unp_1304627e-3420-46c2-bc17-8a85481e359a", "created_at": "2022-07-07T11:36:36.197Z", /** - * Unexpected property. + * Invalid type. * - * @schema UnityPackage - * @keyword additionalProperties + * @schema unknown + * @keyword type * - * #/properties/unityPackages/items/additionalProperties + * #/properties/unityPackages/items/properties/impostorUrl/type * #/unityPackages/2/impostorUrl */ "impostorUrl": null, "assetVersion": 1, "platform": "standalonewindows", "unityVersion": "2019.4.31f1", - /** - * Unexpected property. - * - * @schema UnityPackage - * @keyword additionalProperties - * - * #/properties/unityPackages/items/additionalProperties - * #/unityPackages/2/scanStatus - */ "scanStatus": "passed" }, { "id": "unp_80cde87d-61cb-400e-9e35-69745257642a", "created_at": "2022-07-07T11:51:24.091Z", /** - * Unexpected property. + * Invalid type. * - * @schema UnityPackage - * @keyword additionalProperties + * @schema unknown + * @keyword type * - * #/properties/unityPackages/items/additionalProperties + * #/properties/unityPackages/items/properties/impostorUrl/type * #/unityPackages/3/impostorUrl */ "impostorUrl": null, "assetVersion": 1, "platform": "android", "unityVersion": "2019.4.31f1", - /** - * Unexpected property. - * - * @schema UnityPackage - * @keyword additionalProperties - * - * #/properties/unityPackages/items/additionalProperties - * #/unityPackages/3/scanStatus - */ "scanStatus": "passed" } ], diff --git a/data/requests/avatars/getownavatar.md b/data/requests/avatars/getownavatar.md index a0f7b373..0a452ff6 100644 --- a/data/requests/avatars/getownavatar.md +++ b/data/requests/avatars/getownavatar.md @@ -2,7 +2,7 @@ ## Issues ``` -Response schema mismatch: Unexpected property at #/unityPackages/0/variant, Unexpected property at #/unityPackages/1/variant, Unexpected property at #/unityPackages/1/scanStatus, Unexpected property at #/unityPackages/2/variant, Unexpected property at #/unityPackages/2/scanStatus, Unexpected property at #/unityPackages/3/variant, Unexpected property at #/unityPackages/3/scanStatus. +Response schema mismatch: Unexpected property at #/unityPackages/0/variant, Unexpected property at #/unityPackages/1/variant, Unexpected property at #/unityPackages/2/variant, Unexpected property at #/unityPackages/3/variant. ``` ## Request diff --git a/data/requests/avatars/searchavatars-with-admin_featured_legacy-tag.md b/data/requests/avatars/searchavatars-with-admin_featured_legacy-tag.md index 88daba17..0a587f22 100644 --- a/data/requests/avatars/searchavatars-with-admin_featured_legacy-tag.md +++ b/data/requests/avatars/searchavatars-with-admin_featured_legacy-tag.md @@ -2,7 +2,7 @@ ## Issues ``` -Response schema mismatch: Unexpected property at #/0unityPackages/0/variant, Unexpected property at #/0unityPackages/1/variant, Unexpected property at #/0unityPackages/1/scanStatus, Unexpected property at #/0unityPackages/2/variant, Unexpected property at #/0unityPackages/2/scanStatus, Unexpected property at #/0unityPackages/3/variant, Unexpected property at #/0unityPackages/3/scanStatus, Unexpected property at #/2unityPackages/0/scanStatus, Unexpected property at #/3unityPackages/0/impostorUrl, Unexpected property at #/3unityPackages/0/scanStatus, Unexpected property at #/3unityPackages/1/impostorUrl, Unexpected property at #/3unityPackages/1/scanStatus, Unexpected property at #/3unityPackages/2/impostorUrl, Unexpected property at #/3unityPackages/2/scanStatus, Unexpected property at #/3unityPackages/3/impostorUrl, Unexpected property at #/3unityPackages/3/scanStatus, Unexpected property at #/3unityPackages/4/impostorUrl, Unexpected property at #/3unityPackages/4/scanStatus, Unexpected property at #/3unityPackages/5/impostorUrl, Unexpected property at #/3unityPackages/5/scanStatus, Unexpected property at #/3unityPackages/6/impostorUrl, Unexpected property at #/3unityPackages/6/scanStatus, Unexpected property at #/3unityPackages/7/impostorUrl, Unexpected property at #/3unityPackages/7/scanStatus, Unexpected property at #/3unityPackages/8/impostorUrl, Unexpected property at #/3unityPackages/8/scanStatus, Unexpected property at #/3unityPackages/9/impostorUrl, Unexpected property at #/3unityPackages/9/scanStatus, Unexpected property at #/3unityPackages/10/impostorUrl, Unexpected property at #/3unityPackages/10/scanStatus, Unexpected property at #/3unityPackages/11/impostorUrl, Unexpected property at #/3unityPackages/11/scanStatus, Unexpected property at #/4unityPackages/0/variant, Unexpected property at #/4unityPackages/0/scanStatus, Unexpected property at #/4unityPackages/1/variant, Unexpected property at #/4unityPackages/1/scanStatus, Unexpected property at #/4unityPackages/2/variant, Unexpected property at #/4unityPackages/2/scanStatus, Unexpected property at #/4unityPackages/3/variant, Unexpected property at #/4unityPackages/3/scanStatus, Unexpected property at #/4unityPackages/4/variant, Unexpected property at #/4unityPackages/4/scanStatus, Unexpected property at #/5unityPackages/0/scanStatus, Unexpected property at #/5unityPackages/1/scanStatus, Unexpected property at #/5unityPackages/2/scanStatus, Unexpected property at #/5unityPackages/3/scanStatus, Unexpected property at #/5unityPackages/4/scanStatus, Unexpected property at #/5unityPackages/5/scanStatus, Unexpected property at #/6unityPackages/0/scanStatus, Unexpected property at #/6unityPackages/1/scanStatus, Unexpected property at #/7unityPackages/0/variant, Unexpected property at #/7unityPackages/0/scanStatus, Unexpected property at #/7unityPackages/1/variant, Unexpected property at #/7unityPackages/1/scanStatus, Unexpected property at #/7unityPackages/2/variant, Unexpected property at #/7unityPackages/2/scanStatus, Unexpected property at #/8unityPackages/0/scanStatus, Unexpected property at #/8unityPackages/1/scanStatus, Unexpected property at #/8unityPackages/2/scanStatus, Unexpected property at #/8unityPackages/3/scanStatus, Unexpected property at #/9unityPackages/0/variant, Unexpected property at #/9unityPackages/0/scanStatus, Unexpected property at #/9unityPackages/1/variant, Unexpected property at #/9unityPackages/1/scanStatus, Unexpected property at #/9unityPackages/2/variant, Unexpected property at #/9unityPackages/2/scanStatus, Unexpected property at #/9unityPackages/3/variant, Unexpected property at #/9unityPackages/3/scanStatus, Unexpected property at #/9unityPackages/4/variant, Unexpected property at #/9unityPackages/4/scanStatus, Unexpected property at #/9unityPackages/5/variant, Unexpected property at #/9unityPackages/5/scanStatus, Unexpected property at #/9unityPackages/6/variant, Unexpected property at #/9unityPackages/6/scanStatus. +Response schema mismatch: Unexpected property at #/0unityPackages/0/variant, Unexpected property at #/0unityPackages/1/variant, Unexpected property at #/0unityPackages/2/variant, Unexpected property at #/0unityPackages/3/variant, Invalid type at #/3unityPackages/0/impostorUrl, Invalid type at #/3unityPackages/1/impostorUrl, Invalid type at #/3unityPackages/2/impostorUrl, Invalid type at #/3unityPackages/3/impostorUrl, Invalid type at #/3unityPackages/4/impostorUrl, Invalid type at #/3unityPackages/5/impostorUrl, Invalid type at #/3unityPackages/6/impostorUrl, Invalid type at #/3unityPackages/7/impostorUrl, Invalid type at #/3unityPackages/8/impostorUrl, Invalid type at #/3unityPackages/9/impostorUrl, Invalid type at #/3unityPackages/10/impostorUrl, Invalid type at #/3unityPackages/11/impostorUrl, Unexpected property at #/4unityPackages/0/variant, Unexpected property at #/4unityPackages/1/variant, Unexpected property at #/4unityPackages/2/variant, Unexpected property at #/4unityPackages/3/variant, Unexpected property at #/4unityPackages/4/variant, Unexpected property at #/7unityPackages/0/variant, Unexpected property at #/7unityPackages/1/variant, Unexpected property at #/7unityPackages/2/variant, Unexpected property at #/9unityPackages/0/variant, Unexpected property at #/9unityPackages/1/variant, Unexpected property at #/9unityPackages/2/variant, Unexpected property at #/9unityPackages/3/variant, Unexpected property at #/9unityPackages/4/variant, Unexpected property at #/9unityPackages/5/variant, Unexpected property at #/9unityPackages/6/variant. ``` ## Request diff --git a/data/requests/avatars/selectavatar-with-default-avatar-id.md b/data/requests/avatars/selectavatar-with-default-avatar-id.md index c0320667..2f3658a2 100644 --- a/data/requests/avatars/selectavatar-with-default-avatar-id.md +++ b/data/requests/avatars/selectavatar-with-default-avatar-id.md @@ -1,10 +1,5 @@ # selectAvatar with default avatar id -## Issues -``` -Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Unexpected property at #/userLanguage, Unexpected property at #/userLanguageCode, Unexpected property at #/currentAvatarTags, Unexpected property at #/googleId, Unexpected property at #/picoId, Unexpected property at #/viveId. -``` - ## Request `put https://api.vrchat.cloud/api/1/avatars/avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11/select` @@ -47,15 +42,6 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "obfuscatedPendingEmail": "", "emailVerified": true, "hasBirthday": true, - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/hideContentFilterSettings - */ "hideContentFilterSettings": false, "unsubscribe": true, "statusHistory": [ @@ -73,37 +59,10 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "statusFirstTime": true, "friends": [], "friendGroupNames": [], - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/userLanguage - */ "userLanguage": null, - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/userLanguageCode - */ "userLanguageCode": null, "currentAvatarImageUrl": "https://api.vrchat.cloud/api/1/file/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/file", "currentAvatarThumbnailImageUrl": "https://api.vrchat.cloud/api/1/image/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/256", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/currentAvatarTags - */ "currentAvatarTags": [ "admin_featured_legacy", "admin_content_reviewed" @@ -116,37 +75,10 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "acceptedTOSVersion": 8, "acceptedPrivacyVersion": 0, "steamId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/googleId - */ "googleId": "", "steamDetails": {}, "oculusId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/picoId - */ "picoId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/viveId - */ "viveId": "", "hasLoggedInFromClient": false, "homeLocation": "", diff --git a/data/requests/avatars/selectavatar-with-id.md b/data/requests/avatars/selectavatar-with-id.md index 7d74f695..1dd1c694 100644 --- a/data/requests/avatars/selectavatar-with-id.md +++ b/data/requests/avatars/selectavatar-with-id.md @@ -1,10 +1,5 @@ # selectAvatar with id -## Issues -``` -Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Unexpected property at #/userLanguage, Unexpected property at #/userLanguageCode, Unexpected property at #/currentAvatarTags, Unexpected property at #/googleId, Unexpected property at #/picoId, Unexpected property at #/viveId. -``` - ## Request `put https://api.vrchat.cloud/api/1/avatars/avtr_0d9470d2-d2c5-42f4-9e9a-bfdc7f04aff0/select` @@ -47,15 +42,6 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "obfuscatedPendingEmail": "", "emailVerified": true, "hasBirthday": true, - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/hideContentFilterSettings - */ "hideContentFilterSettings": false, "unsubscribe": true, "statusHistory": [ @@ -73,37 +59,10 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "statusFirstTime": true, "friends": [], "friendGroupNames": [], - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/userLanguage - */ "userLanguage": null, - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/userLanguageCode - */ "userLanguageCode": null, "currentAvatarImageUrl": "https://api.vrchat.cloud/api/1/file/file_04a70244-6e90-4f49-b81e-5478fe90d056/5/file", "currentAvatarThumbnailImageUrl": "https://api.vrchat.cloud/api/1/image/file_04a70244-6e90-4f49-b81e-5478fe90d056/5/256", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/currentAvatarTags - */ "currentAvatarTags": [], "currentAvatar": "avtr_0d9470d2-d2c5-42f4-9e9a-bfdc7f04aff0", "currentAvatarAssetUrl": "https://api.vrchat.cloud/api/1/file/file_cea4ec5e-af23-4c1e-982b-b93f3c6cfc2b/8/file", @@ -113,37 +72,10 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "acceptedTOSVersion": 8, "acceptedPrivacyVersion": 0, "steamId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/googleId - */ "googleId": "", "steamDetails": {}, "oculusId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/picoId - */ "picoId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/viveId - */ "viveId": "", "hasLoggedInFromClient": false, "homeLocation": "", diff --git a/data/requests/avatars/selectfallbackavatar-with-id.md b/data/requests/avatars/selectfallbackavatar-with-id.md index 2ca8016a..3631bd75 100644 --- a/data/requests/avatars/selectfallbackavatar-with-id.md +++ b/data/requests/avatars/selectfallbackavatar-with-id.md @@ -1,10 +1,5 @@ # selectFallbackAvatar with id -## Issues -``` -Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Unexpected property at #/userLanguage, Unexpected property at #/userLanguageCode, Unexpected property at #/currentAvatarTags, Unexpected property at #/googleId, Unexpected property at #/picoId, Unexpected property at #/viveId. -``` - ## Request `put https://api.vrchat.cloud/api/1/avatars/avtr_07917a03-5e0b-48e9-b041-e94086bc658f/selectFallback` @@ -47,15 +42,6 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "obfuscatedPendingEmail": "", "emailVerified": true, "hasBirthday": true, - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/hideContentFilterSettings - */ "hideContentFilterSettings": false, "unsubscribe": true, "statusHistory": [ @@ -73,37 +59,10 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "statusFirstTime": true, "friends": [], "friendGroupNames": [], - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/userLanguage - */ "userLanguage": null, - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/userLanguageCode - */ "userLanguageCode": null, "currentAvatarImageUrl": "https://api.vrchat.cloud/api/1/file/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/file", "currentAvatarThumbnailImageUrl": "https://api.vrchat.cloud/api/1/image/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/256", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/currentAvatarTags - */ "currentAvatarTags": [ "admin_content_reviewed", "admin_featured_legacy" @@ -116,37 +75,10 @@ Response schema mismatch: Unexpected property at #/hideContentFilterSettings, Un "acceptedTOSVersion": 8, "acceptedPrivacyVersion": 0, "steamId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/googleId - */ "googleId": "", "steamDetails": {}, "oculusId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/picoId - */ "picoId": "", - /** - * Unexpected property. - * - * @schema CurrentUser - * @keyword additionalProperties - * - * #/additionalProperties - * #/viveId - */ "viveId": "", "hasLoggedInFromClient": false, "homeLocation": "", diff --git a/data/requests/system/getconfig.md b/data/requests/system/getconfig.md index 903d46ed..2af0d71a 100644 --- a/data/requests/system/getconfig.md +++ b/data/requests/system/getconfig.md @@ -2,7 +2,7 @@ ## Issues ``` -Response schema mismatch: Missing property at #/devAppVersionStandalone, Missing property at #/devDownloadLinkWindows, Missing property at #/devServerVersionStandalone, Missing property at #/gearDemoRoomId, Missing property at #/messageOfTheDay, Missing property at #/moderationQueryPeriod, Missing property at #/plugin, Missing property at #/releaseAppVersionStandalone, Missing property at #/releaseSdkUrl, Missing property at #/releaseSdkVersion, Missing property at #/releaseServerVersionStandalone, Missing property at #/userUpdatePeriod, Missing property at #/userVerificationDelay, Missing property at #/userVerificationRetry, Missing property at #/userVerificationTimeout, Missing property at #/worldUpdatePeriod, Missing property at #/player-url-resolver-hash, Unexpected property at #/analyticsSegment_NewUI_PctOfUsers, Unexpected property at #/analyticsSegment_NewUI_Salt, Unexpected property at #/availableLanguageCodes, Unexpected property at #/availableLanguages, Unexpected property at #/bonesHeadpat, Unexpected property at #/clientNetOutThread, Unexpected property at #/clientNetOutThreadMobile, Unexpected property at #/constants, Unexpected property at #/currentPrivacyVersion, Unexpected property at #/debounceVideoFormatRate, Unexpected property at #/disableAVProInProton, Unexpected property at #/disableCaptcha, Unexpected property at #/disconnectLocalization, Unexpected property at #/distanceArray, Unexpected property at #/embedUpdateAttachmentManagerTcp, Unexpected property at #/forceUseLatestWorld, Unexpected property at #/googleApiClientId, Unexpected property at #/imageHostUrlList, Unexpected property at #/minimumUnityVersionForUploads, Unexpected property at #/mobileReservedSyncReliableBone, Unexpected property at #/notifyScrollCheck, Unexpected property at #/offlineAnalysis, Unexpected property at #/photonNameserverOverrides, Unexpected property at #/player-url-resolver-sha1, Unexpected property at #/slicePermanentApi, Unexpected property at #/stringHostUrlList, Unexpected property at #/trackingSubscriberLocalizationWaffle, Unexpected property at #/worldAnalyticsCheck. +Response schema mismatch: Missing property at #/devAppVersionStandalone, Missing property at #/devDownloadLinkWindows, Missing property at #/devServerVersionStandalone, Missing property at #/gearDemoRoomId, Missing property at #/messageOfTheDay, Missing property at #/moderationQueryPeriod, Missing property at #/plugin, Missing property at #/releaseAppVersionStandalone, Missing property at #/releaseSdkUrl, Missing property at #/releaseSdkVersion, Missing property at #/releaseServerVersionStandalone, Missing property at #/userUpdatePeriod, Missing property at #/userVerificationDelay, Missing property at #/userVerificationRetry, Missing property at #/userVerificationTimeout, Missing property at #/worldUpdatePeriod, Missing property at #/player-url-resolver-hash, Unexpected property at #/analyticsSegment_NewUI_PctOfUsers, Unexpected property at #/analyticsSegment_NewUI_Salt, Unexpected property at #/availableLanguageCodes, Unexpected property at #/availableLanguages, Unexpected property at #/clientNetOutThread, Unexpected property at #/clientNetOutThreadMobile, Unexpected property at #/constants, Unexpected property at #/currentPrivacyVersion, Unexpected property at #/delayGeneratorMessageAvatar, Unexpected property at #/disableAVProInProton, Unexpected property at #/disableCaptcha, Unexpected property at #/eternalCollider, Unexpected property at #/farTerminalKeywordStack, Unexpected property at #/favoriteNotifyRtt, Unexpected property at #/forceUseLatestWorld, Unexpected property at #/googleApiClientId, Unexpected property at #/imageHostUrlList, Unexpected property at #/loopVectorBurrito, Unexpected property at #/managerCountry, Unexpected property at #/minimumUnityVersionForUploads, Unexpected property at #/offlineAnalysis, Unexpected property at #/periodClipDynamic, Unexpected property at #/photonNameserverOverrides, Unexpected property at #/player-url-resolver-sha1, Unexpected property at #/pointerWaffleApiSubscriberJump, Unexpected property at #/positionZoneFormatPlus, Unexpected property at #/receiveBufferViolationCloud, Unexpected property at #/serviceVersionPermanent, Unexpected property at #/stringHostUrlList, Unexpected property at #/systemTargetSubscriberMap, Unexpected property at #/timeTokenSortGender, Unexpected property at #/uploadBlinkManager, Unexpected property at #/voiceShell. ``` ## Request diff --git a/data/requests/worlds/getactiveworlds.md b/data/requests/worlds/getactiveworlds.md index 2a440a1d..8d60f4a2 100644 --- a/data/requests/worlds/getactiveworlds.md +++ b/data/requests/worlds/getactiveworlds.md @@ -2,7 +2,7 @@ ## Issues ``` -Response schema mismatch: undefined at #/0/capacity, Unexpected property at #/0/recommendedCapacity, Unexpected property at #/0/previewYoutubeId, Unexpected property at #/0/udonProducts, Unexpected property at #/0/visits, Unexpected property at #/1/recommendedCapacity, Unexpected property at #/1/previewYoutubeId, Unexpected property at #/1/udonProducts, Unexpected property at #/1/visits, Unexpected property at #/2/recommendedCapacity, Unexpected property at #/2/previewYoutubeId, Unexpected property at #/2/udonProducts, Unexpected property at #/2/visits, Unexpected property at #/3/recommendedCapacity, Unexpected property at #/3/previewYoutubeId, Unexpected property at #/3/udonProducts, Unexpected property at #/3/visits, undefined at #/4/capacity, Unexpected property at #/4/recommendedCapacity, Unexpected property at #/4/previewYoutubeId, Unexpected property at #/4/udonProducts, Unexpected property at #/4/visits, Unexpected property at #/5/recommendedCapacity, Unexpected property at #/5/previewYoutubeId, Unexpected property at #/5/udonProducts, Unexpected property at #/5/visits, undefined at #/6/capacity, Unexpected property at #/6/recommendedCapacity, Unexpected property at #/6/previewYoutubeId, Unexpected property at #/6/udonProducts, Unexpected property at #/6/visits, undefined at #/7/capacity, Unexpected property at #/7/recommendedCapacity, Unexpected property at #/7/previewYoutubeId, Unexpected property at #/7/udonProducts, Unexpected property at #/7/visits, undefined at #/8/capacity, Unexpected property at #/8/recommendedCapacity, Unexpected property at #/8/previewYoutubeId, Unexpected property at #/8/udonProducts, Unexpected property at #/8/visits, undefined at #/9/capacity, Unexpected property at #/9/recommendedCapacity, Unexpected property at #/9/previewYoutubeId, Unexpected property at #/9/udonProducts, Unexpected property at #/9/visits. +Response schema mismatch: Unexpected property at #/0/previewYoutubeId, Unexpected property at #/0/visits, Unexpected property at #/1/previewYoutubeId, Unexpected property at #/1/visits, Unexpected property at #/2/previewYoutubeId, Unexpected property at #/2/visits, Unexpected property at #/3/previewYoutubeId, Unexpected property at #/3/visits, Unexpected property at #/4/previewYoutubeId, Unexpected property at #/4/visits, Unexpected property at #/5/previewYoutubeId, Unexpected property at #/5/visits, Unexpected property at #/6/previewYoutubeId, Unexpected property at #/6/visits, Unexpected property at #/7/previewYoutubeId, Unexpected property at #/7/visits, Unexpected property at #/8/previewYoutubeId, Unexpected property at #/8/visits, Unexpected property at #/9/previewYoutubeId, Unexpected property at #/9/visits. ``` ## Request diff --git a/data/requests/worlds/getworld-by-id.md b/data/requests/worlds/getworld-by-id.md index 21163462..0baf7bf3 100644 --- a/data/requests/worlds/getworld-by-id.md +++ b/data/requests/worlds/getworld-by-id.md @@ -2,7 +2,7 @@ ## Issues ``` -Response schema mismatch: undefined at #/unityPackages/0/assetUrl, Unexpected property at #/udonProducts. +Response schema mismatch: undefined at #/unityPackages/0/assetUrl. ``` ## Request @@ -47,15 +47,6 @@ Response schema mismatch: undefined at #/unityPackages/0/assetUrl, Unexpected pr "version": "", "organization": "vrchat", "previewYoutubeId": null, - /** - * Unexpected property. - * - * @schema World - * @keyword additionalProperties - * - * #/additionalProperties - * #/udonProducts - */ "udonProducts": [ "prod_2f76612c-7358-4b19-9097-2dd0d4e5dd4c", "prod_ac810a17-6c2c-443b-8a57-c3d69742c7d3", diff --git a/data/requests/worlds/searchworlds.md b/data/requests/worlds/searchworlds.md index af1c4766..14fdfc70 100644 --- a/data/requests/worlds/searchworlds.md +++ b/data/requests/worlds/searchworlds.md @@ -2,7 +2,7 @@ ## Issues ``` -Response schema mismatch: undefined at #/0/capacity, Unexpected property at #/0/recommendedCapacity, Unexpected property at #/0/previewYoutubeId, Unexpected property at #/0/udonProducts, Unexpected property at #/1/recommendedCapacity, Unexpected property at #/1/previewYoutubeId, Unexpected property at #/1/udonProducts, undefined at #/2/capacity, Unexpected property at #/2/recommendedCapacity, Unexpected property at #/2/previewYoutubeId, Unexpected property at #/2/udonProducts, undefined at #/3/capacity, Unexpected property at #/3/recommendedCapacity, Unexpected property at #/3/previewYoutubeId, Unexpected property at #/3/udonProducts, Unexpected property at #/4/recommendedCapacity, Unexpected property at #/4/previewYoutubeId, Unexpected property at #/4/udonProducts, undefined at #/5/capacity, Unexpected property at #/5/recommendedCapacity, Unexpected property at #/5/previewYoutubeId, Unexpected property at #/5/udonProducts, undefined at #/6/capacity, Unexpected property at #/6/recommendedCapacity, Unexpected property at #/6/previewYoutubeId, Unexpected property at #/6/udonProducts, undefined at #/7/capacity, Unexpected property at #/7/recommendedCapacity, Unexpected property at #/7/previewYoutubeId, Unexpected property at #/7/udonProducts, undefined at #/8/capacity, Unexpected property at #/8/recommendedCapacity, Unexpected property at #/8/previewYoutubeId, Unexpected property at #/8/udonProducts, undefined at #/9/capacity, Unexpected property at #/9/recommendedCapacity, Unexpected property at #/9/previewYoutubeId, Unexpected property at #/9/udonProducts. +Response schema mismatch: Unexpected property at #/0/previewYoutubeId, Unexpected property at #/1/previewYoutubeId, Unexpected property at #/2/previewYoutubeId, Unexpected property at #/3/previewYoutubeId, Unexpected property at #/4/previewYoutubeId, Unexpected property at #/5/previewYoutubeId, Unexpected property at #/6/previewYoutubeId, Unexpected property at #/7/previewYoutubeId, Unexpected property at #/8/previewYoutubeId, Unexpected property at #/9/previewYoutubeId. ``` ## Request