MCPcopy Create free account
hub / github.com/APIs-guru/aws2openapi / patches

Function patches

index.js:573–577  ·  view source on GitHub ↗
(openapi)

Source from the content-addressed store, hash-verified

571}
572
573function patches(openapi) {
574 if (openapi.info["x-serviceName"] === 'data.mediastore') {
575 delete openapi.components.schemas.GetObjectResponse.required;
576 }
577}
578
579function attachParameters(openapi, src, op, action, consumes, options) {
580 if (op.input && op.input.shape) {

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected