Skip to content

Commit 97e121e

Browse files
ci(test: 2025-05-22): new changes
1 parent 8caed67 commit 97e121e

5 files changed

Lines changed: 59 additions & 138 deletions

File tree

Lines changed: 13 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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``.
310
## Request
411
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1`
512

@@ -10,77 +17,25 @@
1017

1118

1219
## Response
13-
`200 OK`
20+
`202 Accepted`
1421

1522
| Header | Value |
1623
| ------ | ----- |
1724
| access-control-allow-credentials | `true` |
1825
| cache-control | `private, no-cache` |
1926
| connection | `keep-alive` |
27+
| content-length | `68` |
2028
| content-type | `application/json; charset=utf-8` |
21-
| etag | `<redacted>` |
2229
| pragma | `no-cache` |
2330
| server | `cloudflare` |
24-
| transfer-encoding | `chunked` |
2531
| vary | `Authorization, Accept-Encoding` |
2632
| x-frame-options | `deny` |
2733

2834
```jsonc
2935
{
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-04-17T01:09:05.849Z",
80-
"encryptionKey": "5MNvOGVYQeclwjoaqZaMSSLitg72WJfHJ4lyrmgWq1g=",
81-
"fileSize": 81988,
82-
"performanceRating": "Excellent",
83-
"success": true,
84-
"uncompressedSize": 388972
36+
"error": {
37+
"message": "Analysis not yet available",
38+
"status_code": 202
39+
}
8540
}
8641
```
Lines changed: 13 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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``.
310
## Request
411
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1/standard`
512

@@ -10,77 +17,25 @@
1017

1118

1219
## Response
13-
`200 OK`
20+
`202 Accepted`
1421

1522
| Header | Value |
1623
| ------ | ----- |
1724
| access-control-allow-credentials | `true` |
1825
| cache-control | `private, no-cache` |
1926
| connection | `keep-alive` |
27+
| content-length | `68` |
2028
| content-type | `application/json; charset=utf-8` |
21-
| etag | `<redacted>` |
2229
| pragma | `no-cache` |
2330
| server | `cloudflare` |
24-
| transfer-encoding | `chunked` |
2531
| vary | `Authorization, Accept-Encoding` |
2632
| x-frame-options | `deny` |
2733

2834
```jsonc
2935
{
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-04-17T01:09:05.849Z",
80-
"encryptionKey": "5MNvOGVYQeclwjoaqZaMSSLitg72WJfHJ4lyrmgWq1g=",
81-
"fileSize": 81988,
82-
"performanceRating": "Excellent",
83-
"success": true,
84-
"uncompressedSize": 388972
36+
"error": {
37+
"message": "Analysis not yet available",
38+
"status_code": 202
39+
}
8540
}
8641
```

data/requests/readme.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,22 @@ 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.*
230246
#### [getFiles without data](/data/requests/files/getfiles-without-data.md)
231247

232248

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

253269

254-
#### [getFileAnalysis](/data/requests/files/getfileanalysis.md)
255-
256-
257270
#### [getFileAnalysisSecurity](/data/requests/files/getfileanalysissecurity.md)
258271

259272

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

264274

265275
## [Friends](/data/requests/friends)
@@ -385,7 +395,7 @@ Response schema mismatch:
385395
* Unexpected property at ``#/reportCategories/groupstore/groupOrder``,
386396
* Unexpected property at ``#/reportCategories/image/groupOrder``,
387397

388-
*27 issues truncated.*
398+
*28 issues truncated.*
389399
#### [getCurrentOnlineUsers](/data/requests/system/getcurrentonlineusers.md)
390400

391401

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 ``#/avatarFrame``,
11-
* Unexpected property at ``#/biographyImmunity``,
12-
* Unexpected property at ``#/colliderMinimumCopyPrint``,
13-
* Unexpected property at ``#/colliderPlayerReportNotifyWaffle``,
14-
* Unexpected property at ``#/communityRead``,
15-
* Unexpected property at ``#/cookiePrivate``,
10+
* Unexpected property at ``#/PageSubscriptionLoopFavoriteSocket``,
11+
* Unexpected property at ``#/activeDaemonSegfaultReplace``,
12+
* Unexpected property at ``#/bandwidthExpireSessionFormation``,
13+
* Unexpected property at ``#/bulkJsonChaosOwnership``,
1614
* Unexpected property at ``#/copyrightFormUrl``,
17-
* Unexpected property at ``#/destinationNameValueMiddlewareReason``,
15+
* Unexpected property at ``#/datagramSocketFireWrite``,
1816
* Unexpected property at ``#/economyLedgerBackfill``,
1917
* Unexpected property at ``#/economyLedgerMode``,
20-
* Unexpected property at ``#/excursionApi``,
18+
* Unexpected property at ``#/ethernetViolationLoafBuffer``,
2119
* Unexpected property at ``#/globalCacheVersion``,
2220
* Unexpected property at ``#/globalCacheVersionDefault``,
23-
* Unexpected property at ``#/instanceConnectionSteamOauth``,
24-
* Unexpected property at ``#/instanceSlotDestination``,
21+
* Unexpected property at ``#/handlerPluginMacchiatoSearch``,
22+
* Unexpected property at ``#/installBoneLoafCommunity``,
2523
* Unexpected property at ``#/iosAppVersion``,
2624
* Unexpected property at ``#/iosVersion``,
25+
* Unexpected property at ``#/lossEternalSteamMobile``,
2726
* Unexpected property at ``#/maxUserEmoji``,
2827
* Unexpected property at ``#/maxUserStickers``,
29-
* Unexpected property at ``#/nameWeightTaggingRttTier``,
3028
* Unexpected property at ``#/ninkilim``,
29+
* Unexpected property at ``#/onlyWhoisBootstrapPocket``,
3130
* Unexpected property at ``#/questMinimumLowMemoryThreshold``,
32-
* Unexpected property at ``#/slotPackage``,
33-
* Unexpected property at ``#/use_void_requiem_core``,
34-
* Unexpected property at ``#/valueExpiresShaderFormationThrottle``.
31+
* Unexpected property at ``#/realtimePaperColour``,
32+
* Unexpected property at ``#/remoteBody``,
33+
* Unexpected property at ``#/stroopwafelConnectProbabilityFirewallRegression``,
34+
* Unexpected property at ``#/timerUnlistedSearchShaderExecute``,
35+
* Unexpected property at ``#/use_void_requiem_core``.
3536
## Request
3637
`GET https://api.vrchat.cloud/api/1/config`
3738

data/requests/users/getuser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{
3030
"ageVerificationStatus": "18+",
3131
"ageVerified": true,
32-
"allowAvatarCopying": true,
32+
"allowAvatarCopying": false,
3333
"badges": [
3434
{
3535
"badgeDescription": "Granted to official VRChat Staff",

0 commit comments

Comments
 (0)