-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path.redocly.lint-ignore.yaml
90 lines (90 loc) · 3.88 KB
/
.redocly.lint-ignore.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
87
88
89
90
# This file instructs Redocly's linter to ignore the rules contained for specific parts of your API.
# See https://redoc.ly/docs/cli/ for more information.
content/v2/openapi.yml:
info-license:
- '#/info'
tag-description:
- '#/tags/0/description'
- '#/tags/1/description'
- '#/tags/2/description'
- '#/tags/3/description'
- '#/tags/4/description'
- '#/tags/5/description'
- '#/tags/6/description'
- '#/tags/7/description'
- '#/tags/8/description'
- '#/tags/9/description'
- '#/tags/10/description'
- '#/tags/11/description'
- '#/tags/12/description'
- '#/tags/13/description'
- '#/tags/14/description'
- '#/tags/15/description'
- '#/tags/16/description'
- '#/tags/17/description'
- '#/tags/18/description'
- '#/tags/19/description'
- '#/tags/20/description'
- '#/tags/21/description'
- '#/tags/22/description'
no-ambiguous-paths:
- '#/paths/~1tlds~1{tld}'
- '#/paths/~1{account}~1zones'
- '#/paths/~1{account}~1contacts'
- '#/paths/~1{account}~1registrant_changes'
- '#/paths/~1services~1{service}'
- '#/paths/~1{account}~1templates'
- '#/paths/~1{account}~1webhooks'
operation-4xx-response:
- '#/paths/~1accounts/get/responses'
- '#/paths/~1{account}~1domains/get/responses'
- '#/paths/~1{account}~1pushes/get/responses'
- '#/paths/~1tlds/get/responses'
- '#/paths/~1{account}~1registrar~1domains~1{domain}~1check/get/responses'
- '#/paths/~1{account}~1secondary_dns~1primaries/get/responses'
- '#/paths/~1{account}~1zones/get/responses'
- '#/paths/~1{account}~1zones~1{zone}~1records/get/responses'
- '#/paths/~1{account}~1contacts/get/responses'
- '#/paths/~1{account}~1registrant_changes/get/responses'
- '#/paths/~1services/get/responses'
- '#/paths/~1{account}~1templates/get/responses'
- '#/paths/~1{account}~1templates~1{template}/delete/responses'
- '#/paths/~1{account}~1templates~1{template}~1records/get/responses'
- '#/paths/~1{account}~1templates~1{template}~1records/post/responses'
- '#/paths/~1{account}~1webhooks/get/responses'
- >-
#/paths/~1{account}~1webhooks/post/callbacks/webhook/{$request.body#~1url}/post/responses
- '#/paths/~1{account}~1webhooks~1{webhook}/get/responses'
- '#/paths/~1{account}~1webhooks~1{webhook}/delete/responses'
no-invalid-media-type-examples:
- >-
#/components/responses/400/content/application~1json/examples/example-1/value/errors/property1/field
- >-
#/components/responses/400/content/application~1json/examples/example-1/value/errors/property2/field
- >-
#/components/responses/400/content/application~1json/examples/example-2/value/errors/address1
- >-
#/components/responses/400/content/application~1json/examples/example-2/value/errors/city
- >-
#/components/responses/400/content/application~1json/examples/example-2/value/errors/country
- >-
#/components/responses/400/content/application~1json/examples/example-2/value/errors/email
- >-
#/components/responses/400/content/application~1json/examples/example-2/value/errors/first_name
- >-
#/components/responses/400/content/application~1json/examples/example-2/value/errors/last_name
- >-
#/components/responses/400/content/application~1json/examples/example-2/value/errors/phone
- >-
#/components/responses/400/content/application~1json/examples/example-2/value/errors/postal_code
- >-
#/components/responses/400/content/application~1json/examples/example-2/value/errors/state_province
spec:
- '#/components/parameters/Template/schema/anyOf/0'
- '#/components/parameters/Template/schema/anyOf/1'
- >-
#/components/schemas/AccountInvitation/properties/invitation_accepted_at/nullable
no-unused-components:
- '#/components/schemas/NullableDate'
- '#/components/responses/402'
- '#/components/responses/412'