Skip to content

Commit d4a69b4

Browse files
authored
Merge pull request #250 from JaredCE/update-docs
add that security schemes can be extended to documentation
2 parents 3cea447 + f35a555 commit d4a69b4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ custom:
318318

319319
It accepts all available Security Schemes and follows the specification: https://spec.openapis.org/oas/v3.0.4#security-scheme-object
320320

321+
This can be extended using the `^x-` specification extension.
322+
321323
#### Security on each operation
322324

323325
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:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-openapi-documenter",
3-
"version": "0.0.113",
3+
"version": "0.0.114",
44
"description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)