Update /simple-payments/openapi.yaml #32
rdme-simple-payments-openapi.yml
on: push
rdme-openapi
7s
Annotations
1 error and 1 warning
rdme-openapi
OpenAPI schema validation failed.
REQUIRED must have required property 'schema'
384 | "operationId": "getInvoicesByInvoiceId",
385 | "parameters": [
> 386 | {
| ^ ☹️ schema is missing here!
387 | "name": "invoiceId",
388 | "in": "path",
389 | "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/.
|