diff --git a/README.md b/README.md index 5a64520..55fd985 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,8 @@ custom: It accepts all available Security Schemes and follows the specification: https://spec.openapis.org/oas/v3.0.4#security-scheme-object +This can be extended using the `^x-` specification extension. + #### Security on each operation To apply an overall security scheme to all of your operations without having to add the documentation to each one, you can write it like: diff --git a/package-lock.json b/package-lock.json index cfeb455..2500ccf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "serverless-openapi-documenter", - "version": "0.0.113", + "version": "0.0.114", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "serverless-openapi-documenter", - "version": "0.0.113", + "version": "0.0.114", "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.1.0", diff --git a/package.json b/package.json index 4ec37dd..c855cf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-openapi-documenter", - "version": "0.0.113", + "version": "0.0.114", "description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config", "main": "index.js", "keywords": [