diff --git a/components/schemas/creators/PublicAccount.yml b/components/schemas/creators/PublicAccount.yml index 1da91ced..a44fdf0b 100644 --- a/components/schemas/creators/PublicAccount.yml +++ b/components/schemas/creators/PublicAccount.yml @@ -6,6 +6,7 @@ required: - name - email - id + - two_factor_auth properties: name: title: AccountName @@ -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"