Skip to content

Commit 05babe0

Browse files
authored
Fix user.yaml custom_picture basic type: 'boolean' not 'bool'
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.
1 parent 9f7ab48 commit 05babe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schemas/user.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ properties:
2424
large:
2525
type: string
2626
custom_picture:
27-
type: bool
27+
type: boolean
2828
example: false

0 commit comments

Comments
 (0)