type: object
additionalProperties: false
properties:
  id:
    description: |
      The autogenerated id of the user.
    type: string
    readonly: true
  name:
    description: |
      The display name of the user.

      This may be used to represent the user in various places.
    type: string
    maxLength: 80
