forked from mixpanel/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi.config.yaml
More file actions
47 lines (44 loc) · 1.26 KB
/
openapi.config.yaml
File metadata and controls
47 lines (44 loc) · 1.26 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
44
45
46
47
apis:
annotations:
root: ./src/annotations.openapi.yaml
output: ./out/annotations-api.json
data-pipelines:
root: ./src/data-pipelines.openapi.yaml
output: ./out/data-pipelines-api.json
export:
root: ./src/export.openapi.yaml
output: ./out/event-export-api.json
featureflags:
root: ./src/featureflags.openapi.yaml
output: ./out/featureflags-api.json
gdpr:
root: ./src/gdpr.openapi.yaml
output: ./out/gdpr-api-2.json
identity:
root: ./src/identity.openapi.yaml
output: ./out/identity-api.json
ingestion:
root: ./src/ingestion.openapi.yaml
output: ./out/ingestion-api.json
lexicon-schemas:
root: ./src/lexicon-schemas.openapi.yaml
output: ./out/lexicon-schemas-api.json
query:
root: ./src/query.openapi.yaml
output: ./out/query-api.json
service-accounts:
root: ./src/service-accounts.openapi.yaml
output: ./out/service-accounts-api.json
warehouse-connectors:
root: ./src/warehouse-connectors.openapi.yaml
output: ./out/warehouse-connectors-api.json
extends:
- recommended
rules:
info-license: off
paths-kebab-case: off
boolean-parameter-prefixes: off
operation-description: off
# Todo: fix these offenders
operation-tag-defined: off
parameter-description: off