We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c11439 + edc167f commit 9866e37Copy full SHA for 9866e37
2 files changed
paths/get_user.yaml
@@ -15,10 +15,13 @@ get:
15
content:
16
application/json:
17
schema:
18
- "$ref": "../schemas/user.yaml"
+ type: object
19
+ properties:
20
+ user:
21
+ "$ref": "../schemas/user.yaml"
22
'401':
23
"$ref": "../responses/unauthorized.yaml"
24
'403':
25
"$ref": "../responses/forbidden.yaml"
26
'404':
- "$ref": "../responses/not_found.yaml"
27
+ "$ref": "../responses/not_found.yaml"
schemas/user.yaml
@@ -23,3 +23,6 @@ properties:
type: string
large:
+ custom_picture:
+ type: bool
28
+ example: false
0 commit comments