Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions components/schemas/creators/PublicAccount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ required:
- name
- email
- id
- two_factor_auth
properties:
name:
title: AccountName
Expand Down Expand Up @@ -35,6 +36,14 @@ properties:
title: AccountId
description: Id information for an account
type: string
two_factor_auth:
type: object
required:
- verified
properties:
verified:
description: Indicates if the user account has two factor authentication enabled for log in.
type: boolean
events:
allOf:
- $ref: "../Events.yml"
Expand Down
Loading