@checkdigit/eslint-plugin 7.18.0-PR.143-072f → 7.18.0-PR.143-518d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,267 +1,9 @@
1
1
  {
2
2
  "apis": {
3
- "/link/v1/ping": {
4
- "get": {
5
- "request": {
6
- "$schema": "https://json-schema.org/draft/2020-12/schema",
7
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/PingGetRequestContext",
8
- "type": "object",
9
- "properties": {
10
- "headers": {
11
- "type": "object",
12
- "additionalProperties": true
13
- }
14
- },
15
- "required": [],
16
- "additionalProperties": false
17
- },
18
- "responses": {
19
- "200": {
20
- "$schema": "https://json-schema.org/draft/2020-12/schema",
21
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/PingGetResponseOK",
22
- "type": "object",
23
- "properties": {
24
- "headers": {
25
- "type": "object",
26
- "additionalProperties": true
27
- },
28
- "body": {
29
- "$ref": "/link/v1/schemas/definitions/Ping"
30
- }
31
- },
32
- "required": ["body"],
33
- "additionalProperties": false
34
- },
35
- "default": {
36
- "$schema": "https://json-schema.org/draft/2020-12/schema",
37
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/PingGetResponseDefault",
38
- "type": "object",
39
- "properties": {
40
- "headers": {
41
- "type": "object",
42
- "additionalProperties": true
43
- },
44
- "body": {
45
- "$ref": "/link/v1/schemas/definitions/Error"
46
- }
47
- },
48
- "required": ["body"],
49
- "additionalProperties": false
50
- }
51
- }
52
- }
53
- },
54
- "/link/v1/link/:subjectId": {
55
- "get": {
56
- "request": {
57
- "$schema": "https://json-schema.org/draft/2020-12/schema",
58
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/LinkSubjectGetRequestContext",
59
- "type": "object",
60
- "properties": {
61
- "params": {
62
- "type": "object",
63
- "additionalProperties": false,
64
- "properties": {
65
- "at": {
66
- "type": "string",
67
- "format": "date-time"
68
- }
69
- },
70
- "required": ["at"]
71
- },
72
- "headers": {
73
- "type": "object",
74
- "additionalProperties": true
75
- }
76
- },
77
- "required": ["params", "query"],
78
- "additionalProperties": false
79
- },
80
- "responses": {
81
- "200": {
82
- "$schema": "https://json-schema.org/draft/2020-12/schema",
83
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/LinkSubjectGetResponseOK",
84
- "type": "object",
85
- "properties": {
86
- "headers": {
87
- "type": "object",
88
- "additionalProperties": true
89
- },
90
- "body": {
91
- "$ref": "/link/v1/schemas/definitions/Linkages"
92
- }
93
- },
94
- "required": ["body"],
95
- "additionalProperties": false
96
- },
97
- "default": {
98
- "$schema": "https://json-schema.org/draft/2020-12/schema",
99
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/LinkSubjectGetResponseDefault",
100
- "type": "object",
101
- "properties": {
102
- "headers": {
103
- "type": "object",
104
- "additionalProperties": true
105
- },
106
- "body": {
107
- "$ref": "/link/v1/schemas/definitions/Error"
108
- }
109
- },
110
- "required": ["body"],
111
- "additionalProperties": false
112
- }
113
- }
114
- }
115
- },
116
- "/link/v1/link/:subjectId/:predicate": {
117
- "get": {
118
- "request": {
119
- "$schema": "https://json-schema.org/draft/2020-12/schema",
120
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/LinkSubjectPredicateGetRequestContext",
121
- "type": "object",
122
- "properties": {
123
- "params": {
124
- "type": "object",
125
- "additionalProperties": false,
126
- "properties": {
127
- "at": {
128
- "type": "string",
129
- "format": "date-time"
130
- }
131
- },
132
- "required": ["at"]
133
- },
134
- "headers": {
135
- "type": "object",
136
- "additionalProperties": true
137
- }
138
- },
139
- "required": ["params", "query"],
140
- "additionalProperties": false
141
- },
142
- "responses": {
143
- "200": {
144
- "$schema": "https://json-schema.org/draft/2020-12/schema",
145
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/LinkSubjectPredicateGetResponseOK",
146
- "type": "object",
147
- "properties": {
148
- "headers": {
149
- "type": "object",
150
- "additionalProperties": true
151
- },
152
- "body": {
153
- "$ref": "/link/v1/schemas/definitions/Linkages"
154
- }
155
- },
156
- "required": ["body"],
157
- "additionalProperties": false
158
- },
159
- "default": {
160
- "$schema": "https://json-schema.org/draft/2020-12/schema",
161
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/LinkSubjectPredicateGetResponseDefault",
162
- "type": "object",
163
- "properties": {
164
- "headers": {
165
- "type": "object",
166
- "additionalProperties": true
167
- },
168
- "body": {
169
- "$ref": "/link/v1/schemas/definitions/Error"
170
- }
171
- },
172
- "required": ["body"],
173
- "additionalProperties": false
174
- }
175
- }
176
- }
177
- },
3
+ "/link/v1/ping": {},
4
+ "/link/v1/link/:subjectId": {},
5
+ "/link/v1/link/:subjectId/:predicate": {},
178
6
  "/link/v1/link/:subjectId/:predicate/:objectId": {
179
- "get": {
180
- "request": {
181
- "$schema": "https://json-schema.org/draft/2020-12/schema",
182
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/LinkSubjectPredicateObjectGetRequestContext",
183
- "type": "object",
184
- "properties": {
185
- "params": {
186
- "type": "object",
187
- "additionalProperties": false,
188
- "properties": {
189
- "at": {
190
- "type": "string",
191
- "format": "date-time"
192
- }
193
- },
194
- "required": ["at"]
195
- },
196
- "headers": {
197
- "type": "object",
198
- "additionalProperties": true
199
- }
200
- },
201
- "required": ["params", "query"],
202
- "additionalProperties": false
203
- },
204
- "responses": {
205
- "200": {
206
- "$schema": "https://json-schema.org/draft/2020-12/schema",
207
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/LinkSubjectPredicateObjectGetResponseOK",
208
- "type": "object",
209
- "properties": {
210
- "headers": {
211
- "type": "object",
212
- "properties": {
213
- "last-modified": {
214
- "type": "string",
215
- "format": "date-time"
216
- },
217
- "created-on": {
218
- "type": "string",
219
- "format": "date-time"
220
- },
221
- "updated-on": {
222
- "type": "string",
223
- "format": "date-time"
224
- }
225
- }
226
- },
227
- "body": {
228
- "$ref": "/link/v1/schemas/definitions/Link"
229
- }
230
- },
231
- "required": ["body"],
232
- "additionalProperties": false
233
- },
234
- "404": {
235
- "$schema": "https://json-schema.org/draft/2020-12/schema",
236
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/LinkSubjectPredicateObjectGetResponseNotFound",
237
- "type": "object",
238
- "properties": {
239
- "headers": {
240
- "type": "object",
241
- "additionalProperties": true
242
- }
243
- },
244
- "required": [],
245
- "additionalProperties": false
246
- },
247
- "default": {
248
- "$schema": "https://json-schema.org/draft/2020-12/schema",
249
- "$id": "https://eslint-plugin.checkdigit/link/v1/schemas/api/LinkSubjectPredicateObjectGetResponseDefault",
250
- "type": "object",
251
- "properties": {
252
- "headers": {
253
- "type": "object",
254
- "additionalProperties": true
255
- },
256
- "body": {
257
- "$ref": "/link/v1/schemas/definitions/Error"
258
- }
259
- },
260
- "required": ["body"],
261
- "additionalProperties": false
262
- }
263
- }
264
- },
265
7
  "put": {
266
8
  "request": {
267
9
  "$schema": "https://json-schema.org/draft/2020-12/schema",