Skip to content

Commit bc7ac9b

Browse files
authored
Merge pull request #4 from salameer/patch-2
Update swagger-checklist.md
2 parents 1b13827 + 6f331d4 commit bc7ac9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/swagger-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Today, there are tools available for validating a sizable portion of this checkl
7373

7474
- [AutoRest Linter](https://github.com/Azure/autorest/wiki/linting) – Linter statically analyzes a Swagger for errors and violations of requirements outlined in this checklist. Linter should be run when Swaggers are created or updated. Linter will be continously updated to validate newer requirements.
7575

76-
- [Swagger Model Validator](https://github.com/Azure/openapi-validation-tools/issues/44) - Model Validator validates models defined for body parameters and responses, and matches them against the expected input and output of an operation. To make this real, test examples are required to be specified in a Swagger for every operation defined in a Swagger. Test examples are integrated into a Swagger using the [“x-ms-examples”](https://github.com/Azure/azure-rest-api-specs/issues/648) extension, which will be used to test against the defined models. Sample test examples for this extension can be found in the [Redis Cache Swagger](https://github.com/Azure/azure-rest-api-specs/blob/master/arm-redis/2016-04-01/swagger/redis.json ).
76+
- [Swagger Model Validator](https://github.com/Azure/openapi-validation-tools) - Model Validator validates models defined for body parameters and responses, and matches them against the expected input and output of an operation. To make this real, test examples are required to be specified in a Swagger for every operation defined in a Swagger. Test examples are integrated into a Swagger using the [“x-ms-examples”](https://github.com/Azure/azure-rest-api-specs/issues/648) extension, which will be used to test against the defined models. Sample test examples for this extension can be found in the [Redis Cache Swagger](https://github.com/Azure/azure-rest-api-specs/blob/master/arm-redis/2016-04-01/swagger/redis.json ).
7777

7878
The Azure Developer Experience team will continue to deliver rich tools to validate this checklist.
7979

0 commit comments

Comments
 (0)