-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathredocly.yaml
86 lines (79 loc) · 2.03 KB
/
redocly.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
extends:
- recommended
rules:
info-contact: error
info-license: error
info-license-url: error
no-unresolved-refs: error
no-unused-components: error
security-defined: error
spec-components-invalid-map-name: error
operation-2xx-response: error
operation-4xx-problem-details-rfc7807: off
operation-4xx-response: off
operation-description: off
operation-operationId: error
operation-operationId-unique: error
operation-operationId-url-safe: error
operation-summary: error
boolean-parameter-prefixes: off
no-invalid-parameter-examples: error
operation-parameters-unique: error
parameter-description: off
path-declaration-must-exist: error
path-not-include-query: error
path-parameters-defined: error
no-ambiguous-paths: error
no-http-verbs-in-paths: off
no-identical-paths: error
no-path-trailing-slash: error
path-segment-plural:
severity: error
exceptions:
- alien
- armor
- avatar
- cyberpunkred
- cyberware
- dnd5e
- expanse
- gear
- healthz
- invite
- roll
- root
- rsvp
- shadowrun5e
- stillfleet
- subversion
- token
- varz
paths-kebab-case: error
no-enum-type-mismatch: error
no-example-value-and-externalValue: error
no-invalid-media-type-examples: error
no-invalid-schema-examples: error
request-mime-type:
severity: error
allowedValues:
- application/json
- application/json-patch+json
response-mime-type:
severity: error
allowedValues:
- application/json
- application/json+problem
- text/html
response-contains-header: error
response-contains-property: error
scalar-property-missing-example: off
required-string-property-missing-min-length: off
no-empty-servers: error
no-server-example.com: error
no-server-trailing-slash: error
no-server-variables-empty-enum: error
no-undefined-server-variable: error
operation-singular-tag: off
operation-tag-defined: error
tag-description: error
tags-alphabetical: error