Skip to content

Commit f8b73ce

Browse files
ci(test: 2025-05-23): new changes
1 parent 97e121e commit f8b73ce

File tree

5 files changed

+221
-131
lines changed

5 files changed

+221
-131
lines changed
Lines changed: 58 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# getFileAnalysis
22

3-
## Issues
4-
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``.
103
## Request
114
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1`
125

@@ -17,25 +10,77 @@ Response schema mismatch:
1710

1811

1912
## Response
20-
`202 Accepted`
13+
`200 OK`
2114

2215
| Header | Value |
2316
| ------ | ----- |
2417
| access-control-allow-credentials | `true` |
2518
| cache-control | `private, no-cache` |
2619
| connection | `keep-alive` |
27-
| content-length | `68` |
2820
| content-type | `application/json; charset=utf-8` |
21+
| etag | `<redacted>` |
2922
| pragma | `no-cache` |
3023
| server | `cloudflare` |
24+
| transfer-encoding | `chunked` |
3125
| vary | `Authorization, Accept-Encoding` |
3226
| x-frame-options | `deny` |
3327

3428
```jsonc
3529
{
36-
"error": {
37-
"message": "Analysis not yet available",
38-
"status_code": 202
39-
}
30+
"avatarStats": {
31+
"animatorCount": 1,
32+
"audioSourceCount": 0,
33+
"blendShapeCount": 6,
34+
"boneCount": 13,
35+
"bounds": [
36+
0.2818719,
37+
0.36067107,
38+
0.29582077
39+
],
40+
"cameraCount": 0,
41+
"clothCount": 0,
42+
"constraintCount": 0,
43+
"contactCount": 2,
44+
"customExpressions": true,
45+
"customizeAnimationLayers": true,
46+
"enableEyeLook": true,
47+
"lightCount": 0,
48+
"lineRendererCount": 0,
49+
"lipSync": 4,
50+
"materialCount": 1,
51+
"materialSlotsUsed": 1,
52+
"meshCount": 0,
53+
"meshIndices": 0,
54+
"meshParticleMaxPolygons": 0,
55+
"meshPolygons": 0,
56+
"meshVertices": 0,
57+
"particleCollisionEnabled": false,
58+
"particleSystemCount": 0,
59+
"particleTrailsEnabled": false,
60+
"physBoneColliderCount": 0,
61+
"physBoneCollisionCheckCount": 0,
62+
"physBoneComponentCount": 2,
63+
"physBoneTransformCount": 6,
64+
"physicsColliders": 0,
65+
"physicsRigidbodies": 0,
66+
"skinnedMeshCount": 1,
67+
"skinnedMeshIndices": 3078,
68+
"skinnedMeshPolygons": 1026,
69+
"skinnedMeshVertices": 861,
70+
"totalClothVertices": 0,
71+
"totalIndices": 3078,
72+
"totalMaxParticles": 0,
73+
"totalPolygons": 1026,
74+
"totalTextureUsage": 6824,
75+
"totalVertices": 861,
76+
"trailRendererCount": 0,
77+
"writeDefaultsUsed": true
78+
},
79+
"created_at": "2025-05-22T01:12:19.122Z",
80+
"encryptionKey": "R4BlSBKPae/hKV+U0kox7B3djQExr6HwAKQ5ZPaVoFM=",
81+
"fileSize": 81988,
82+
"performanceRating": "Excellent",
83+
"success": true,
84+
"uncompressedSize": 388972
4085
}
4186
```
Lines changed: 58 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# getFileAnalysisStandard
22

3-
## Issues
4-
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``.
103
## Request
114
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1/standard`
125

@@ -17,25 +10,77 @@ Response schema mismatch:
1710

1811

1912
## Response
20-
`202 Accepted`
13+
`200 OK`
2114

2215
| Header | Value |
2316
| ------ | ----- |
2417
| access-control-allow-credentials | `true` |
2518
| cache-control | `private, no-cache` |
2619
| connection | `keep-alive` |
27-
| content-length | `68` |
2820
| content-type | `application/json; charset=utf-8` |
21+
| etag | `<redacted>` |
2922
| pragma | `no-cache` |
3023
| server | `cloudflare` |
24+
| transfer-encoding | `chunked` |
3125
| vary | `Authorization, Accept-Encoding` |
3226
| x-frame-options | `deny` |
3327

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

data/requests/readme.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -227,22 +227,6 @@ Response schema mismatch:
227227

228228
## [Files](/data/requests/files)
229229

230-
#### [getFileAnalysisStandard](/data/requests/files/getfileanalysisstandard.md)
231-
232-
Response schema mismatch:
233-
* Missing property at ``#/avatarStats``,
234-
* Missing property at ``#/fileSize``,
235-
* Missing property at ``#/success``,
236-
237-
*2 issues truncated.*
238-
#### [getFileAnalysis](/data/requests/files/getfileanalysis.md)
239-
240-
Response schema mismatch:
241-
* Missing property at ``#/avatarStats``,
242-
* Missing property at ``#/fileSize``,
243-
* Missing property at ``#/success``,
244-
245-
*2 issues truncated.*
246230
#### [getFiles without data](/data/requests/files/getfiles-without-data.md)
247231

248232

@@ -267,9 +251,15 @@ Response schema mismatch:
267251
#### [deleteFile](/data/requests/files/deletefile.md)
268252

269253

254+
#### [getFileAnalysis](/data/requests/files/getfileanalysis.md)
255+
256+
270257
#### [getFileAnalysisSecurity](/data/requests/files/getfileanalysissecurity.md)
271258

272259

260+
#### [getFileAnalysisStandard](/data/requests/files/getfileanalysisstandard.md)
261+
262+
273263

274264

275265
## [Friends](/data/requests/friends)
@@ -379,7 +369,7 @@ Response schema mismatch:
379369
* Unexpected property at ``#/0data/contentList/shortName``,
380370
* Unexpected property at ``#/0data/iconImageUrl``,
381371

382-
*1190 issues truncated.*
372+
*1199 issues truncated.*
383373
#### [getInfoPush](/data/requests/system/getinfopush.md)
384374

385375
Response schema mismatch:
@@ -395,7 +385,7 @@ Response schema mismatch:
395385
* Unexpected property at ``#/reportCategories/groupstore/groupOrder``,
396386
* Unexpected property at ``#/reportCategories/image/groupOrder``,
397387

398-
*28 issues truncated.*
388+
*29 issues truncated.*
399389
#### [getCurrentOnlineUsers](/data/requests/system/getcurrentonlineusers.md)
400390

401391

data/requests/system/getconfig.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,32 @@ Response schema mismatch:
77
* Unexpected property at ``#/reportCategories/image/groupOrder``,
88
* Unexpected property at ``#/reportCategories/text/groupOrder``,
99
* Unexpected property at ``#/CampaignStatus``,
10-
* Unexpected property at ``#/PageSubscriptionLoopFavoriteSocket``,
11-
* Unexpected property at ``#/activeDaemonSegfaultReplace``,
12-
* Unexpected property at ``#/bandwidthExpireSessionFormation``,
13-
* Unexpected property at ``#/bulkJsonChaosOwnership``,
10+
* Unexpected property at ``#/QueryAnalyticsFriendReverse``,
11+
* Unexpected property at ``#/accountCursedSecurityRequest``,
12+
* Unexpected property at ``#/baguetteDraftVector``,
13+
* Unexpected property at ``#/bootstrapIso8601FeedbackAddress``,
1414
* Unexpected property at ``#/copyrightFormUrl``,
15-
* Unexpected property at ``#/datagramSocketFireWrite``,
15+
* Unexpected property at ``#/draftReasonFramework``,
16+
* Unexpected property at ``#/dutyStartTokenLock``,
1617
* Unexpected property at ``#/economyLedgerBackfill``,
1718
* Unexpected property at ``#/economyLedgerMode``,
18-
* Unexpected property at ``#/ethernetViolationLoafBuffer``,
19+
* Unexpected property at ``#/foxClientReadUploadSlot``,
1920
* Unexpected property at ``#/globalCacheVersion``,
2021
* Unexpected property at ``#/globalCacheVersionDefault``,
21-
* Unexpected property at ``#/handlerPluginMacchiatoSearch``,
22-
* Unexpected property at ``#/installBoneLoafCommunity``,
2322
* Unexpected property at ``#/iosAppVersion``,
2423
* Unexpected property at ``#/iosVersion``,
25-
* Unexpected property at ``#/lossEternalSteamMobile``,
24+
* Unexpected property at ``#/loaderSyscallRttBarrier``,
25+
* Unexpected property at ``#/lossPartitionShader``,
2626
* Unexpected property at ``#/maxUserEmoji``,
2727
* Unexpected property at ``#/maxUserStickers``,
2828
* Unexpected property at ``#/ninkilim``,
29-
* Unexpected property at ``#/onlyWhoisBootstrapPocket``,
29+
* Unexpected property at ``#/offlineShaderColour``,
30+
* Unexpected property at ``#/packetPreviousAssetLineHash``,
3031
* Unexpected property at ``#/questMinimumLowMemoryThreshold``,
31-
* Unexpected property at ``#/realtimePaperColour``,
32-
* Unexpected property at ``#/remoteBody``,
33-
* Unexpected property at ``#/stroopwafelConnectProbabilityFirewallRegression``,
34-
* Unexpected property at ``#/timerUnlistedSearchShaderExecute``,
32+
* Unexpected property at ``#/readerPeriodWeightLimitWrite``,
33+
* Unexpected property at ``#/sourdoughDebounce``,
34+
* Unexpected property at ``#/subscriptionPrevious``,
35+
* Unexpected property at ``#/transmitPrintYachtCrust``,
3536
* Unexpected property at ``#/use_void_requiem_core``.
3637
## Request
3738
`GET https://api.vrchat.cloud/api/1/config`

0 commit comments

Comments
 (0)