-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathredocly.yaml
More file actions
43 lines (39 loc) · 1.2 KB
/
redocly.yaml
File metadata and controls
43 lines (39 loc) · 1.2 KB
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
apis:
abtesting:
root: specs/abtesting/spec.yml
abtesting-v3:
root: specs/abtesting-v3/spec.yml
advanced-personalization:
root: specs/advanced-personalization/spec.yml
analytics:
root: specs/analytics/spec.yml
composition:
root: specs/composition/spec.yml
ingestion:
root: specs/ingestion/spec.yml
insights:
root: specs/insights/spec.yml
monitoring:
root: specs/monitoring/spec.yml
personalization:
root: specs/personalization/spec.yml
query-suggestions:
root: specs/query-suggestions/spec.yml
recommend:
root: specs/recommend/spec.yml
search:
root: specs/search/spec.yml
extends:
- recommended
rules:
struct: off # to allow `- type: 'null'`, this can be removed when we switch to OpenAPI 3.1
info-license: off # for now we can keep it off.
no-ambiguous-paths: off # this is out of our scope.
no-enum-type-mismatch: warn # keeping the warning since it only occur on one edge case
no-identical-paths: error
tag-description: error
parameter-description: error
operation-description: error
tags-alphabetical: error
# this rule should only be disabled for the monitoring API, but it's not working right now.
security-defined: off