Skip to content

Commit 49c593c

Browse files
ci(test: 2025-06-27): new changes
1 parent e5c3788 commit 49c593c

5 files changed

Lines changed: 142 additions & 47 deletions

File tree

data/requests/files/getfileanalysis.md

Lines changed: 60 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
## Issues
44
Response schema mismatch:
5-
* Missing property at ``#/avatarStats``,
6-
* Missing property at ``#/fileSize``,
7-
* Missing property at ``#/success``,
8-
* Missing property at ``#/uncompressedSize``,
9-
* Unexpected property at ``#/error``.
5+
* Unexpected property at ``#/avatarStats/constraintDepth``.
106
## Request
117
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1`
128

@@ -17,25 +13,78 @@ Response schema mismatch:
1713

1814

1915
## Response
20-
`202 Accepted`
16+
`200 OK`
2117

2218
| Header | Value |
2319
| ------ | ----- |
2420
| access-control-allow-credentials | `true` |
2521
| cache-control | `private, no-cache` |
2622
| connection | `keep-alive` |
27-
| content-length | `68` |
2823
| content-type | `application/json; charset=utf-8` |
24+
| etag | `<redacted>` |
2925
| pragma | `no-cache` |
3026
| server | `cloudflare` |
27+
| transfer-encoding | `chunked` |
3128
| vary | `Authorization, Accept-Encoding` |
3229
| x-frame-options | `deny` |
3330

3431
```jsonc
3532
{
36-
"error": {
37-
"message": "Analysis not yet available",
38-
"status_code": 202
39-
}
33+
"avatarStats": {
34+
"animatorCount": 1,
35+
"audioSourceCount": 0,
36+
"blendShapeCount": 6,
37+
"boneCount": 13,
38+
"bounds": [
39+
0.2818719,
40+
0.36067107,
41+
0.29582077
42+
],
43+
"cameraCount": 0,
44+
"clothCount": 0,
45+
"constraintCount": 0,
46+
"constraintDepth": 0,
47+
"contactCount": 2,
48+
"customExpressions": true,
49+
"customizeAnimationLayers": true,
50+
"enableEyeLook": true,
51+
"lightCount": 0,
52+
"lineRendererCount": 0,
53+
"lipSync": 4,
54+
"materialCount": 1,
55+
"materialSlotsUsed": 1,
56+
"meshCount": 0,
57+
"meshIndices": 0,
58+
"meshParticleMaxPolygons": 0,
59+
"meshPolygons": 0,
60+
"meshVertices": 0,
61+
"particleCollisionEnabled": false,
62+
"particleSystemCount": 0,
63+
"particleTrailsEnabled": false,
64+
"physBoneColliderCount": 0,
65+
"physBoneCollisionCheckCount": 0,
66+
"physBoneComponentCount": 2,
67+
"physBoneTransformCount": 6,
68+
"physicsColliders": 0,
69+
"physicsRigidbodies": 0,
70+
"skinnedMeshCount": 1,
71+
"skinnedMeshIndices": 3078,
72+
"skinnedMeshPolygons": 1026,
73+
"skinnedMeshVertices": 861,
74+
"totalClothVertices": 0,
75+
"totalIndices": 3078,
76+
"totalMaxParticles": 0,
77+
"totalPolygons": 1026,
78+
"totalTextureUsage": 6824,
79+
"totalVertices": 861,
80+
"trailRendererCount": 0,
81+
"writeDefaultsUsed": true
82+
},
83+
"created_at": "2025-06-26T01:14:24.166Z",
84+
"encryptionKey": "GXqpSl4TdtVaJAeho2M4T+rDjmcsloC8Kcmf5TXrz9A=",
85+
"fileSize": 81988,
86+
"performanceRating": "Excellent",
87+
"success": true,
88+
"uncompressedSize": 388972
4089
}
4190
```

data/requests/files/getfileanalysisstandard.md

Lines changed: 60 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
## Issues
44
Response schema mismatch:
5-
* Missing property at ``#/avatarStats``,
6-
* Missing property at ``#/fileSize``,
7-
* Missing property at ``#/success``,
8-
* Missing property at ``#/uncompressedSize``,
9-
* Unexpected property at ``#/error``.
5+
* Unexpected property at ``#/avatarStats/constraintDepth``.
106
## Request
117
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1/standard`
128

@@ -17,25 +13,78 @@ Response schema mismatch:
1713

1814

1915
## Response
20-
`202 Accepted`
16+
`200 OK`
2117

2218
| Header | Value |
2319
| ------ | ----- |
2420
| access-control-allow-credentials | `true` |
2521
| cache-control | `private, no-cache` |
2622
| connection | `keep-alive` |
27-
| content-length | `68` |
2823
| content-type | `application/json; charset=utf-8` |
24+
| etag | `<redacted>` |
2925
| pragma | `no-cache` |
3026
| server | `cloudflare` |
27+
| transfer-encoding | `chunked` |
3128
| vary | `Authorization, Accept-Encoding` |
3229
| x-frame-options | `deny` |
3330

3431
```jsonc
3532
{
36-
"error": {
37-
"message": "Analysis not yet available",
38-
"status_code": 202
39-
}
33+
"avatarStats": {
34+
"animatorCount": 1,
35+
"audioSourceCount": 0,
36+
"blendShapeCount": 6,
37+
"boneCount": 13,
38+
"bounds": [
39+
0.2818719,
40+
0.36067107,
41+
0.29582077
42+
],
43+
"cameraCount": 0,
44+
"clothCount": 0,
45+
"constraintCount": 0,
46+
"constraintDepth": 0,
47+
"contactCount": 2,
48+
"customExpressions": true,
49+
"customizeAnimationLayers": true,
50+
"enableEyeLook": true,
51+
"lightCount": 0,
52+
"lineRendererCount": 0,
53+
"lipSync": 4,
54+
"materialCount": 1,
55+
"materialSlotsUsed": 1,
56+
"meshCount": 0,
57+
"meshIndices": 0,
58+
"meshParticleMaxPolygons": 0,
59+
"meshPolygons": 0,
60+
"meshVertices": 0,
61+
"particleCollisionEnabled": false,
62+
"particleSystemCount": 0,
63+
"particleTrailsEnabled": false,
64+
"physBoneColliderCount": 0,
65+
"physBoneCollisionCheckCount": 0,
66+
"physBoneComponentCount": 2,
67+
"physBoneTransformCount": 6,
68+
"physicsColliders": 0,
69+
"physicsRigidbodies": 0,
70+
"skinnedMeshCount": 1,
71+
"skinnedMeshIndices": 3078,
72+
"skinnedMeshPolygons": 1026,
73+
"skinnedMeshVertices": 861,
74+
"totalClothVertices": 0,
75+
"totalIndices": 3078,
76+
"totalMaxParticles": 0,
77+
"totalPolygons": 1026,
78+
"totalTextureUsage": 6824,
79+
"totalVertices": 861,
80+
"trailRendererCount": 0,
81+
"writeDefaultsUsed": true
82+
},
83+
"created_at": "2025-06-26T01:14:24.166Z",
84+
"encryptionKey": "GXqpSl4TdtVaJAeho2M4T+rDjmcsloC8Kcmf5TXrz9A=",
85+
"fileSize": 81988,
86+
"performanceRating": "Excellent",
87+
"success": true,
88+
"uncompressedSize": 388972
4089
}
4190
```

data/requests/friends/getfriends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"id": "usr_b52ef6f9-b8fd-44b6-923e-bebe184eef7a",
4040
"imageUrl": "https://api.vrchat.cloud/api/1/image/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/256",
4141
"isFriend": true,
42-
"last_activity": "2025-06-25T23:15:08.737Z",
43-
"last_login": "2025-06-25T23:15:08.737Z",
42+
"last_activity": "2025-06-26T23:14:59.854Z",
43+
"last_login": "2025-06-26T23:14:59.854Z",
4444
"last_mobile": null,
4545
"last_platform": "standalonewindows",
4646
"location": "offline",

data/requests/readme.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,8 @@ Response schema mismatch:
240240
#### [getFileAnalysisStandard](/data/requests/files/getfileanalysisstandard.md)
241241

242242
Response schema mismatch:
243-
* Missing property at ``#/avatarStats``,
244-
* Missing property at ``#/fileSize``,
245-
* Missing property at ``#/success``,
243+
* Unexpected property at ``#/avatarStats/constraintDepth``.
246244

247-
*2 issues truncated.*
248245
#### [getFileAnalysisSecurity](/data/requests/files/getfileanalysissecurity.md)
249246

250247
Response schema mismatch:
@@ -253,11 +250,8 @@ Response schema mismatch:
253250
#### [getFileAnalysis](/data/requests/files/getfileanalysis.md)
254251

255252
Response schema mismatch:
256-
* Missing property at ``#/avatarStats``,
257-
* Missing property at ``#/fileSize``,
258-
* Missing property at ``#/success``,
253+
* Unexpected property at ``#/avatarStats/constraintDepth``.
259254

260-
*2 issues truncated.*
261255
#### [getFiles without data](/data/requests/files/getfiles-without-data.md)
262256

263257

@@ -416,7 +410,7 @@ Response schema mismatch:
416410
* Unexpected property at ``#/reportCategories/groupstore/groupOrder``,
417411
* Unexpected property at ``#/reportCategories/image/groupOrder``,
418412

419-
*29 issues truncated.*
413+
*32 issues truncated.*
420414
#### [getCurrentOnlineUsers](/data/requests/system/getcurrentonlineusers.md)
421415

422416

data/requests/system/getconfig.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,35 @@ Response schema mismatch:
88
* Unexpected property at ``#/reportCategories/text/groupOrder``,
99
* Unexpected property at ``#/CampaignStatus``,
1010
* Unexpected property at ``#/DisableBackgroundPreloads``,
11-
* Unexpected property at ``#/attributeDistanceUsage``,
12-
* Unexpected property at ``#/clusterGraphqlYacht``,
11+
* Unexpected property at ``#/appendDeviceOffline``,
12+
* Unexpected property at ``#/brewFeedbackPublic``,
1313
* Unexpected property at ``#/copyrightFormUrl``,
14-
* Unexpected property at ``#/dockerMapStoreRotationBrew``,
14+
* Unexpected property at ``#/crossInstanceManagerRtt``,
15+
* Unexpected property at ``#/disconnectToolboxSecurity``,
1516
* Unexpected property at ``#/economyLedgerBackfill``,
1617
* Unexpected property at ``#/economyLedgerMode``,
18+
* Unexpected property at ``#/errorActivityFramework``,
19+
* Unexpected property at ``#/formatPerformanceCoexistence``,
1720
* Unexpected property at ``#/globalCacheVersion``,
1821
* Unexpected property at ``#/globalCacheVersionDefault``,
19-
* Unexpected property at ``#/heapAnalysisGift``,
20-
* Unexpected property at ``#/instanceTtlMention``,
2122
* Unexpected property at ``#/iosAppVersion``,
2223
* Unexpected property at ``#/iosVersion``,
2324
* Unexpected property at ``#/maxUserEmoji``,
2425
* Unexpected property at ``#/maxUserStickers``,
26+
* Unexpected property at ``#/multigrainShellDestinationActive``,
27+
* Unexpected property at ``#/mutexShiftDraftBody``,
28+
* Unexpected property at ``#/namePrototypeSaml``,
2529
* Unexpected property at ``#/ninkilim``,
30+
* Unexpected property at ``#/positionSortThreshold``,
31+
* Unexpected property at ``#/positionWaffleLoopBytes``,
2632
* Unexpected property at ``#/propComponentList``,
2733
* Unexpected property at ``#/questMinimumLowMemoryThreshold``,
28-
* Unexpected property at ``#/ryeBoneLossEacResort``,
29-
* Unexpected property at ``#/samlCookie``,
30-
* Unexpected property at ``#/slicingNameTypePaginationSteam``,
31-
* Unexpected property at ``#/subscriberResolverExtractBreadMutex``,
32-
* Unexpected property at ``#/systemCreatedRandomFoxRelaadventure``,
33-
* Unexpected property at ``#/timeoutPassportUserAmericanoHeader``,
34-
* Unexpected property at ``#/use_void_requiem_core``,
35-
* Unexpected property at ``#/viewDockerReferenceDashboardNoise``,
36-
* Unexpected property at ``#/voiceLibraryMerge``.
34+
* Unexpected property at ``#/randomRumor``,
35+
* Unexpected property at ``#/rolloverUnity``,
36+
* Unexpected property at ``#/roomTagging``,
37+
* Unexpected property at ``#/streamingFirePrototypeCloud``,
38+
* Unexpected property at ``#/ticketPermanentSession``,
39+
* Unexpected property at ``#/use_void_requiem_core``.
3740
## Request
3841
`GET https://api.vrchat.cloud/api/1/config`
3942

0 commit comments

Comments
 (0)