Skip to content

Commit ba52542

Browse files
authored
Remove currentAvatarAssetUrl from CurrentUser schema (#458)
1 parent 42363a1 commit ba52542

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

openapi/components/schemas/CurrentUser.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ properties:
4444
type: string
4545
currentAvatar:
4646
$ref: ./AvatarID.yaml
47-
currentAvatarAssetUrl:
48-
type: string
4947
currentAvatarImageUrl:
5048
$ref: ./CurrentAvatarImageUrl.yaml
5149
currentAvatarThumbnailImageUrl:
@@ -234,7 +232,6 @@ required:
234232
- currentAvatarThumbnailImageUrl
235233
- currentAvatarTags
236234
- currentAvatar
237-
- currentAvatarAssetUrl
238235
- acceptedTOSVersion
239236
- steamId
240237
- steamDetails
@@ -255,4 +252,4 @@ required:
255252
- friendKey
256253
- isAdult
257254
- ageVerificationStatus
258-
- ageVerified
255+
- ageVerified

0 commit comments

Comments
 (0)