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]>
VinyarionHyarmendacil and Hackebein authored Sep 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a79981b commit 7665a47
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
@@ -144,6 +144,11 @@ properties:
type: string
pronouns:
type: string
queuedInstance:
type: string
nullable: true
receiveMobileInvitations:
type: boolean
state:
$ref: ./UserState.yaml
status:
5 changes: 5 additions & 0 deletions openapi/components/schemas/CurrentUserPresence.yaml
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@ properties:
avatarThumbnail:
type: string
nullable: true
currentAvatarTags:
type: string
displayName:
type: string
groups:
@@ -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
@@ -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:

0 comments on commit 7665a47

Please sign in to comment.