|
39 | 39 | "content": { |
40 | 40 | "application/json": { |
41 | 41 | "schema": { |
42 | | - "$ref": "#/components/schemas/OASInput" |
| 42 | + "$ref": "#/components/schemas/OasInput" |
43 | 43 | } |
44 | 44 | } |
45 | 45 | } |
|
66 | 66 | } |
67 | 67 | }, |
68 | 68 | "404": { |
69 | | - "description": "Not Found" |
| 69 | + "$ref": "#/components/responses/404" |
70 | 70 | } |
71 | 71 | }, |
72 | 72 | "security": [ |
|
90 | 90 | "content": { |
91 | 91 | "application/json": { |
92 | 92 | "schema": { |
93 | | - "$ref": "#/components/schemas/OASInput" |
| 93 | + "$ref": "#/components/schemas/OasInput" |
94 | 94 | } |
95 | 95 | } |
96 | 96 | } |
|
117 | 117 | } |
118 | 118 | }, |
119 | 119 | "404": { |
120 | | - "description": "Not Found" |
| 120 | + "$ref": "#/components/responses/404" |
121 | 121 | } |
122 | 122 | }, |
123 | 123 | "security": [ |
|
168 | 168 | } |
169 | 169 | }, |
170 | 170 | "404": { |
171 | | - "description": "Not Found" |
| 171 | + "$ref": "#/components/responses/404" |
172 | 172 | } |
173 | 173 | }, |
174 | 174 | "security": [ |
|
192 | 192 | "content": { |
193 | 193 | "application/json": { |
194 | 194 | "schema": { |
195 | | - "$ref": "#/components/schemas/OASInput" |
| 195 | + "$ref": "#/components/schemas/OasInput" |
196 | 196 | } |
197 | 197 | } |
198 | 198 | } |
|
212 | 212 | } |
213 | 213 | }, |
214 | 214 | "404": { |
215 | | - "description": "Not Found" |
| 215 | + "$ref": "#/components/responses/404" |
216 | 216 | } |
217 | 217 | }, |
218 | 218 | "security": [ |
|
236 | 236 | "content": { |
237 | 237 | "application/json": { |
238 | 238 | "schema": { |
239 | | - "$ref": "#/components/schemas/OASInput" |
| 239 | + "$ref": "#/components/schemas/OasInput" |
240 | 240 | } |
241 | 241 | } |
242 | 242 | } |
|
256 | 256 | } |
257 | 257 | }, |
258 | 258 | "404": { |
259 | | - "description": "Not Found" |
| 259 | + "$ref": "#/components/responses/404" |
260 | 260 | } |
261 | 261 | }, |
262 | 262 | "security": [ |
|
280 | 280 | "content": { |
281 | 281 | "application/json": { |
282 | 282 | "schema": { |
283 | | - "$ref": "#/components/schemas/OASInput" |
| 283 | + "$ref": "#/components/schemas/OasInput" |
284 | 284 | } |
285 | 285 | } |
286 | 286 | } |
|
307 | 307 | } |
308 | 308 | }, |
309 | 309 | "404": { |
310 | | - "description": "Not Found" |
| 310 | + "$ref": "#/components/responses/404" |
311 | 311 | } |
312 | 312 | }, |
313 | 313 | "security": [ |
|
331 | 331 | "content": { |
332 | 332 | "application/json": { |
333 | 333 | "schema": { |
334 | | - "$ref": "#/components/schemas/OASInput" |
| 334 | + "$ref": "#/components/schemas/OasInput" |
335 | 335 | } |
336 | 336 | } |
337 | 337 | } |
|
358 | 358 | } |
359 | 359 | }, |
360 | 360 | "404": { |
361 | | - "description": "Not Found" |
| 361 | + "$ref": "#/components/responses/404" |
362 | 362 | } |
363 | 363 | }, |
364 | 364 | "security": [ |
|
382 | 382 | "content": { |
383 | 383 | "application/json": { |
384 | 384 | "schema": { |
385 | | - "$ref": "#/components/schemas/OASInput" |
| 385 | + "$ref": "#/components/schemas/OasInput" |
386 | 386 | } |
387 | 387 | } |
388 | 388 | } |
|
402 | 402 | } |
403 | 403 | }, |
404 | 404 | "404": { |
405 | | - "description": "Not Found" |
| 405 | + "$ref": "#/components/responses/404" |
406 | 406 | } |
407 | 407 | }, |
408 | 408 | "security": [ |
|
436 | 436 | "description": "Resource does not exist", |
437 | 437 | "headers": { |
438 | 438 | "API-Version": { |
439 | | - "$ref": "#/headers/API-Version" |
| 439 | + "$ref": "#/components/headers/API-Version" |
440 | 440 | } |
441 | 441 | } |
442 | 442 | } |
443 | 443 | }, |
444 | 444 | "schemas": { |
445 | | - "OASInput": { |
| 445 | + "OasInput": { |
446 | 446 | "example": { |
447 | 447 | "oasUrl": "oasUrl", |
448 | 448 | "oasBody": "oasBody", |
|
0 commit comments