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