We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b702c6a commit 8244804Copy full SHA for 8244804
1 file changed
package.json
@@ -4,9 +4,12 @@
4
"description": "This decorates OpenAPI 3.0.X files with AWS APIGateway OpenAPI tags: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-documenting-api-content-representation.html ",
5
"main": "index.js",
6
"keywords": [
7
+ "OpenAPI 3",
8
+ "OpenAPI v3",
9
"OpenAPI",
10
"AWS",
- "AWS APIGateway"
11
+ "AWS APIGateway",
12
+ "AWS API Gateway"
13
],
14
"scripts": {
15
"test": "mocha --config './test/.mocharc.js'"
0 commit comments