serverless-openapi-documenter
serverless-openapi-documenter copied to clipboard
Serverless plugin to export your config as OpenAPI v3 Documentation and Postman Collection V2
Bumps [@redocly/openapi-core](https://github.com/Redocly/redocly-cli) from 1.2.0 to 1.10.5. Release notes Sourced from @redocly/openapi-core's releases. @redocly/openapi-core@1.10.5 Patch Changes Updated license text for date and organization naming accuracy. @redocly/openapi-core@1.10.4 Patch Changes Added a platform...
Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.1.0 to 11.5.4. Release notes Sourced from @apidevtools/json-schema-ref-parser's releases. v11.5.4 11.5.4 (2024-03-06) Bug Fixes types: make default type extend base object instead of JSONSchema to support non-spec...
Hi everyone, I'm having issues generating my [paths] on openapi.json or openapi.yml file. I defined "documentation" under "custom" in serverless.ts file and I can see my schema correctly in openapi...
Bumps [nock](https://github.com/nock/nock) from 13.4.0 to 13.5.4. Release notes Sourced from nock's releases. v13.5.4 13.5.4 (2024-02-26) Bug Fixes call fs.createReadStream lazily (#2357) (ba9fc42) v13.5.3 13.5.3 (2024-02-17) Bug Fixes support literal query...
If you read the [Serverless AWS Documentation](https://www.npmjs.com/package/serverless-aws-documentation) or any of its more maintained [forks](https://github.com/failsafe-engineering/serverless-aws-apigateway-documentation), it mentions that you can reference a model using the following syntax. ``` custom: documentation: models:...
Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @koddsson in chaijs/chai#1593 Cleanup jsdoc comments...
**Describe the bug** I get the following error when I try to generate an open API document for an interface that references itself or contains circular dependency with another interface....
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1. Changelog Sourced from uuid's changelog. 9.0.1 (2023-09-12) build Fix CI to work with Node.js 20.x Commits b3f142f chore(release): 9.0.1 fc5d643 chore: add node@12 back...
First of all, thank you for this plugin! I'm currently working on a serverless project that uses another plugin (serverless-apigateway-service-proxy). This plugin allows to define some APIs endpoint outside of...
**Describe the bug** ServerlessError: Error: There was an error converting the User0000CreateUserRequest schema. Model received looks like: `{ "schema": { "title": "CreateUserRequest", "description": "Request object to create user", "type": "object",...