From 65c7c1b39b5ee92bc4865a86d6816cf4f0461674 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Fri, 9 Aug 2019 01:32:50 +0800 Subject: [PATCH] restore openapi3 petstore.yaml (#3590) --- .../openapi-generator/src/test/resources/3_0/petstore.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/openapi-generator/src/test/resources/3_0/petstore.yaml b/modules/openapi-generator/src/test/resources/3_0/petstore.yaml index 5cddb68050e..c424e27cd39 100644 --- a/modules/openapi-generator/src/test/resources/3_0/petstore.yaml +++ b/modules/openapi-generator/src/test/resources/3_0/petstore.yaml @@ -115,13 +115,6 @@ paths: type: array items: type: string - - name: maxCount - in: query - description: Maximum number of items to return - required: false - schema: - type: integer - format: int32 responses: '200': description: successful operation