Skip to content

Commit

Permalink
ci(test: 2025-01-13): new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent 0e4c9f0 commit a14865f
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 58 deletions.
69 changes: 56 additions & 13 deletions data/requests/files/getfileanalysis.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# getFileAnalysis

## Issues
Response schema mismatch:
* Missing property at ``#/avatarStats``,
* Missing property at ``#/fileSize``,
* Missing property at ``#/success``,
* Missing property at ``#/uncompressedSize``,
* Unexpected property at ``#/error``.
## Request
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1`

Expand All @@ -17,25 +10,75 @@ Response schema mismatch:


## Response
`202 Accepted`
`200 OK`

| Header | Value |
| ------ | ----- |
| access-control-allow-credentials | `true` |
| cache-control | `private, no-cache` |
| connection | `keep-alive` |
| content-length | `67` |
| content-type | `application/json; charset=utf-8` |
| etag | `<redacted>` |
| pragma | `no-cache` |
| server | `cloudflare` |
| transfer-encoding | `chunked` |
| vary | `Authorization, Accept-Encoding` |
| x-frame-options | `deny` |

```jsonc
{
"error": {
"message": "Analysis not yet avalible",
"status_code": 202
}
"avatarStats": {
"animatorCount": 1,
"audioSourceCount": 0,
"blendShapeCount": 6,
"boneCount": 13,
"bounds": [
0.2818719,
0.36067107,
0.29582077
],
"cameraCount": 0,
"clothCount": 0,
"constraintCount": 0,
"contactCount": 2,
"customExpressions": true,
"customizeAnimationLayers": true,
"enableEyeLook": true,
"lightCount": 0,
"lineRendererCount": 0,
"lipSync": 4,
"materialCount": 1,
"materialSlotsUsed": 1,
"meshCount": 0,
"meshIndices": 0,
"meshParticleMaxPolygons": 0,
"meshPolygons": 0,
"meshVertices": 0,
"particleCollisionEnabled": false,
"particleSystemCount": 0,
"particleTrailsEnabled": false,
"physBoneColliderCount": 0,
"physBoneCollisionCheckCount": 0,
"physBoneComponentCount": 2,
"physBoneTransformCount": 6,
"physicsColliders": 0,
"physicsRigidbodies": 0,
"skinnedMeshCount": 1,
"skinnedMeshIndices": 3078,
"skinnedMeshPolygons": 1026,
"skinnedMeshVertices": 861,
"totalClothVertices": 0,
"totalIndices": 3078,
"totalMaxParticles": 0,
"totalPolygons": 1026,
"totalTextureUsage": 6824,
"totalVertices": 861,
"trailRendererCount": 0,
"writeDefaultsUsed": true
},
"created_at": "2025-01-12T01:09:03.605Z",
"fileSize": 81988,
"success": true,
"uncompressedSize": 388972
}
```
69 changes: 56 additions & 13 deletions data/requests/files/getfileanalysisstandard.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# getFileAnalysisStandard

## Issues
Response schema mismatch:
* Missing property at ``#/avatarStats``,
* Missing property at ``#/fileSize``,
* Missing property at ``#/success``,
* Missing property at ``#/uncompressedSize``,
* Unexpected property at ``#/error``.
## Request
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1/standard`

Expand All @@ -17,25 +10,75 @@ Response schema mismatch:


## Response
`202 Accepted`
`200 OK`

| Header | Value |
| ------ | ----- |
| access-control-allow-credentials | `true` |
| cache-control | `private, no-cache` |
| connection | `keep-alive` |
| content-length | `67` |
| content-type | `application/json; charset=utf-8` |
| etag | `<redacted>` |
| pragma | `no-cache` |
| server | `cloudflare` |
| transfer-encoding | `chunked` |
| vary | `Authorization, Accept-Encoding` |
| x-frame-options | `deny` |

```jsonc
{
"error": {
"message": "Analysis not yet avalible",
"status_code": 202
}
"avatarStats": {
"animatorCount": 1,
"audioSourceCount": 0,
"blendShapeCount": 6,
"boneCount": 13,
"bounds": [
0.2818719,
0.36067107,
0.29582077
],
"cameraCount": 0,
"clothCount": 0,
"constraintCount": 0,
"contactCount": 2,
"customExpressions": true,
"customizeAnimationLayers": true,
"enableEyeLook": true,
"lightCount": 0,
"lineRendererCount": 0,
"lipSync": 4,
"materialCount": 1,
"materialSlotsUsed": 1,
"meshCount": 0,
"meshIndices": 0,
"meshParticleMaxPolygons": 0,
"meshPolygons": 0,
"meshVertices": 0,
"particleCollisionEnabled": false,
"particleSystemCount": 0,
"particleTrailsEnabled": false,
"physBoneColliderCount": 0,
"physBoneCollisionCheckCount": 0,
"physBoneComponentCount": 2,
"physBoneTransformCount": 6,
"physicsColliders": 0,
"physicsRigidbodies": 0,
"skinnedMeshCount": 1,
"skinnedMeshIndices": 3078,
"skinnedMeshPolygons": 1026,
"skinnedMeshVertices": 861,
"totalClothVertices": 0,
"totalIndices": 3078,
"totalMaxParticles": 0,
"totalPolygons": 1026,
"totalTextureUsage": 6824,
"totalVertices": 861,
"trailRendererCount": 0,
"writeDefaultsUsed": true
},
"created_at": "2025-01-12T01:09:03.605Z",
"fileSize": 81988,
"success": true,
"uncompressedSize": 388972
}
```
30 changes: 11 additions & 19 deletions data/requests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ Response schema mismatch:

## [Worlds](/data/requests/worlds)

#### [searchWorlds](/data/requests/worlds/searchworlds.md)
#### [getActiveWorlds](/data/requests/worlds/getactiveworlds.md)

Response schema mismatch:
* Unexpected property at ``#/9/storeId``.

#### [getActiveWorlds](/data/requests/worlds/getactiveworlds.md)
#### [searchWorlds](/data/requests/worlds/searchworlds.md)


#### [getRecentWorlds](/data/requests/worlds/getrecentworlds.md)
Expand Down Expand Up @@ -228,22 +230,6 @@ Response schema mismatch:

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

#### [getFileAnalysisStandard](/data/requests/files/getfileanalysisstandard.md)

Response schema mismatch:
* Missing property at ``#/avatarStats``,
* Missing property at ``#/fileSize``,
* Missing property at ``#/success``,

*2 issues truncated.*
#### [getFileAnalysis](/data/requests/files/getfileanalysis.md)

Response schema mismatch:
* Missing property at ``#/avatarStats``,
* Missing property at ``#/fileSize``,
* Missing property at ``#/success``,

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


Expand All @@ -268,9 +254,15 @@ Response schema mismatch:
#### [deleteFile](/data/requests/files/deletefile.md)


#### [getFileAnalysis](/data/requests/files/getfileanalysis.md)


#### [getFileAnalysisSecurity](/data/requests/files/getfileanalysissecurity.md)


#### [getFileAnalysisStandard](/data/requests/files/getfileanalysisstandard.md)




## [Friends](/data/requests/friends)
Expand Down Expand Up @@ -402,7 +394,7 @@ Response schema mismatch:
* Missing property at ``#/avatarPerfLimiter/PC/allowed``,
* Missing property at ``#/avatarPerfLimiter/Pico/allowed``,

*28 issues truncated.*
*30 issues truncated.*
#### [getCurrentOnlineUsers](/data/requests/system/getcurrentonlineusers.md)


Expand Down
28 changes: 15 additions & 13 deletions data/requests/system/getconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,28 @@ Response schema mismatch:
* Unexpected property at ``#/reportOptions/group``,
* Unexpected property at ``#/reportOptions/user``,
* Unexpected property at ``#/reportOptions/world``,
* Unexpected property at ``#/OwnershipSubscriberExtractTransaction``,
* Unexpected property at ``#/PitaTicketOffsetJoinTransmit``,
* Unexpected property at ``#/accessLogsUrls``,
* Unexpected property at ``#/ageVerificationInviteVisible``,
* Unexpected property at ``#/analysisMaxRetries``,
* Unexpected property at ``#/analysisRetryInterval``,
* Unexpected property at ``#/brewLocalizationPaperReceive``,
* Unexpected property at ``#/changeHeightSlot``,
* Unexpected property at ``#/cloudObjectMapCommunity``,
* Unexpected property at ``#/createdLossTransactionDisableWorld``,
* Unexpected property at ``#/cycleQuorumNetworkBody``,
* Unexpected property at ``#/analyticsDistance``,
* Unexpected property at ``#/bounceIpv6EntryToolbox``,
* Unexpected property at ``#/disableGiftDrops``,
* Unexpected property at ``#/generatorAnalyticsHandlerBrew``,
* Unexpected property at ``#/giftDisplayType``,
* Unexpected property at ``#/healthRollbackChurnReaderExpire``,
* Unexpected property at ``#/paperClientMap``,
* Unexpected property at ``#/referenceClient``,
* Unexpected property at ``#/referenceGiftFuslFileCache``,
* Unexpected property at ``#/impostorDuckingUdp``,
* Unexpected property at ``#/licenseVoiceLoaf``,
* Unexpected property at ``#/loopBarrierInterface``,
* Unexpected property at ``#/lossFavoriteCycleUp``,
* Unexpected property at ``#/ownershipReasonReferenceFramework``,
* Unexpected property at ``#/performanceAccountForkRestAttribute``,
* Unexpected property at ``#/replicaViolation``,
* Unexpected property at ``#/requireAgeVerificationBetaTag``,
* Unexpected property at ``#/resolverConfigurationRest``,
* Unexpected property at ``#/tagAmericanoGenderTimezoneGraph``,
* Unexpected property at ``#/weightGenerator``.
* Unexpected property at ``#/rotationOut``,
* Unexpected property at ``#/semaphoreFusl``,
* Unexpected property at ``#/threadPaginationUsageUploadLatte``,
* Unexpected property at ``#/userFocaccia``.
## Request
`GET https://api.vrchat.cloud/api/1/config`

Expand Down
3 changes: 3 additions & 0 deletions data/requests/worlds/getactiveworlds.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# getActiveWorlds

## Issues
Response schema mismatch:
* Unexpected property at ``#/9/storeId``.
## Request
`GET https://api.vrchat.cloud/api/1/worlds/active`

Expand Down

0 comments on commit a14865f

Please sign in to comment.