Closed RaghebAD closed 5 years ago
"responses": { "200": { "description": "getSummaryFromDateRange response", "schema": { "items": { "$ref": "#/definitions/SummaryResponse" } } } }
shows yellow line instead of a sample response
I tried the same swagger file on https://editor.swagger.io/ , it works fine.
your api descriptor is missing field type which is required as described in openapi spec
type
shows yellow line instead of a sample response
I tried the same swagger file on https://editor.swagger.io/ , it works fine.