Skip to content

Commit

Permalink
Fix user.yaml custom_picture basic type: 'boolean' not 'bool'
Browse files Browse the repository at this point in the history
The correct spelling is 'boolean'. Reference https://swagger.io/docs/specification/data-models/data-types/

Found because my client of choice failed to open current file due to this typo.
  • Loading branch information
e28eta authored Feb 22, 2024
1 parent 9f7ab48 commit 05babe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ properties:
large:
type: string
custom_picture:
type: bool
type: boolean
example: false

0 comments on commit 05babe0

Please sign in to comment.