Skip to content

Commit

Permalink
Merge pull request #4 from salameer/patch-2
Browse files Browse the repository at this point in the history
Update swagger-checklist.md
  • Loading branch information
selvasingh authored Dec 17, 2016
2 parents 1b13827 + 6f331d4 commit bc7ac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/swagger-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Today, there are tools available for validating a sizable portion of this checkl

- [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.

- [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 ).
- [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 ).

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

Expand Down

0 comments on commit bc7ac9b

Please sign in to comment.