-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponses.yaml
More file actions
29 lines (26 loc) · 780 Bytes
/
responses.yaml
File metadata and controls
29 lines (26 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
components:
responses:
Standard400:
description: Bad Request
content:
application/json:
schema:
allOf:
- $ref: 'schemas.yaml#/components/schemas/Error'
- $ref: 'schemas.yaml#/components/schemas/Response'
Standard401:
description: Unauthorized
content:
application/json:
schema:
allOf:
- $ref: 'schemas.yaml#/components/schemas/Error'
- $ref: 'schemas.yaml#/components/schemas/Response'
Standard403:
description: Forbidden
content:
application/json:
schema:
allOf:
- $ref: 'schemas.yaml#/components/schemas/Error'
- $ref: 'schemas.yaml#/components/schemas/Response'