...

Text file src/github.com/go-openapi/validate/fixtures/go-swagger/bugs/899/swagger.yml

Documentation: github.com/go-openapi/validate/fixtures/go-swagger/bugs/899

     1swagger: '2.0'
     2info:
     3  title: api
     4  version: 1.0.0
     5consumes:
     6- application/json
     7produces:
     8- application/json
     9schemes:
    10- http
    11basePath: /
    12paths:
    13  /trailingslashpath/:
    14    get:
    15      responses:
    16        204:
    17          description: OK no content

View as plain text