-
Notifications
You must be signed in to change notification settings - Fork 17
/
.redocly.yaml
38 lines (34 loc) · 988 Bytes
/
.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
apis:
abtesting:
root: specs/abtesting/spec.yml
analytics:
root: specs/analytics/spec.yml
ingestion:
root: specs/ingestion/spec.yml
insights:
root: specs/insights/spec.yml
monitoring:
root: specs/monitoring/spec.yml
rules:
security-defined: off
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:
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