Skip to content

Commit 42791b3

Browse files
authored
Merge pull request #80 from e28eta/patch-1
Fix user.yaml custom_picture basic type: 'boolean' not 'bool'
2 parents 9f7ab48 + 05babe0 commit 42791b3

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)