From 39a67b64d0006ca8a7ecf21f7e0e048a1e64db49 Mon Sep 17 00:00:00 2001 From: Jared Evans Date: Sun, 13 Jul 2025 09:39:40 +0100 Subject: [PATCH 1/2] add that security schemes can be extended to documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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: From f35a555f4914e781bb1cdc12a17bfddd0613d271 Mon Sep 17 00:00:00 2001 From: Jared Evans Date: Sun, 13 Jul 2025 09:41:12 +0100 Subject: [PATCH 2/2] 0.0.114 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": [