From 6f331d4cea96dd7ebb8f35f2050aa0bca1a56f27 Mon Sep 17 00:00:00 2001 From: salameer Date: Fri, 16 Dec 2016 16:35:08 -0800 Subject: [PATCH] Update swagger-checklist.md --- documentation/swagger-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/swagger-checklist.md b/documentation/swagger-checklist.md index 296b9e82cb89..f40743324047 100644 --- a/documentation/swagger-checklist.md +++ b/documentation/swagger-checklist.md @@ -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.