Closed aleshchev closed 3 years ago
For example
"/api/v1/Product": { "get": { "tags": [ "Product" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product" } } } } } } } }
For example