Skip to content

Commit

Permalink
Update properties: User, CurrentUser, CurrentUserPresence (#372)
Browse files Browse the repository at this point in the history
* Update CurrentUserPresence.yaml

* Update CurrentUser.yaml

* Update User.yaml

* Update openapi/components/schemas/CurrentUserPresence.yaml

Co-authored-by: Lars Olzem <[email protected]>

---------

Co-authored-by: Lars Olzem <[email protected]>
  • Loading branch information
VinyarionHyarmendacil and Hackebein authored Sep 11, 2024
1 parent a79981b commit 7665a47
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openapi/components/schemas/CurrentUser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ properties:
type: string
pronouns:
type: string
queuedInstance:
type: string
nullable: true
receiveMobileInvitations:
type: boolean
state:
$ref: ./UserState.yaml
status:
Expand Down
5 changes: 5 additions & 0 deletions openapi/components/schemas/CurrentUserPresence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ properties:
avatarThumbnail:
type: string
nullable: true
currentAvatarTags:
type: string
displayName:
type: string
groups:
Expand Down Expand Up @@ -40,6 +42,9 @@ properties:
travelingToWorld:
$ref: ./WorldID.yaml
nullable: true
userIcon:
type: string
nullable: true
world:
$ref: ./WorldID.yaml
nullable: true
3 changes: 3 additions & 0 deletions openapi/components/schemas/User.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ properties:
last_login:
type: string
description: Either a date-time or empty string.
last_mobile:
type: string
nullable: true
last_platform:
$ref: ./Platform.yaml
location:
Expand Down

0 comments on commit 7665a47

Please sign in to comment.