Update /simple-payments/openapi.yaml #3
rdme-simple-payments-openapi.yml
on: push
rdme-openapi
8s
Annotations
1 error and 1 warning
rdme-openapi
OpenAPI schema validation failed.
REQUIRED must have required property 'schema'
185 | "operationId": "getChargesByChargeId",
186 | "parameters": [
> 187 | {
| ^ ☹️ schema is missing here!
188 | "name": "chargeId",
189 | "in": "path",
190 | "required": true,
|
rdme-openapi
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|