Skip to content

Commit

Permalink
Add AgeVerified to User (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellejurre authored Feb 7, 2025
1 parent 04510dd commit 4077fdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi/components/schemas/User.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ type: object
properties:
ageVerificationStatus:
$ref: ./AgeVerificationStatus.yaml
ageVerified:
type: boolean
allowAvatarCopying:
type: boolean
default: true
Expand Down Expand Up @@ -99,6 +101,7 @@ properties:
$ref: ./WorldID.yaml
required:
- ageVerificationStatus
- ageVerified
- allowAvatarCopying
- bio
- bioLinks
Expand Down

0 comments on commit 4077fdf

Please sign in to comment.