Skip to content

Commit

Permalink
account: add name field. (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Jul 18, 2023
1 parent ada3c2b commit 19f24af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions specification/resources/account/models/account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ properties:
type: string
example: [email protected]

name:
description: The display name for the current user.
type: string
example: Sammy the Shark

uuid:
description: The unique universal identifier for the current user.
type: string
Expand Down

0 comments on commit 19f24af

Please sign in to comment.