Skip to content

Commit cbaa577

Browse files
authored
add more info about vendor extensions
1 parent 926e017 commit cbaa577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ You may find the current code base not 100% conform to the coding style and we w
5252
For [Vendor Extensions](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#vendorExtensions), please follow the naming convention below:
5353
- For general vendor extension, use lower case and hyphen. e.g. `x-is-unique`, `x-content-type`
5454
- For language-specified vendor extension, put it in the form of `x-{lang}-{extension-name}`. e.g. `x-objc-operation-id`, `x-java-feign-retry-limit`
55+
- For a list of existing vendor extensions in use, please refer to https://github.com/swagger-api/swagger-codegen/wiki/Vendor-Extensions. If you've addaed new vendor extensions as part of your PR, please update the wiki page.
5556

5657
### Testing
5758

0 commit comments

Comments
 (0)