github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/fixtures/enhancements/2108/swagger.yml (about)

     1  swagger: '2.0'
     2  info:
     3    version: 1.0.0
     4    title: Example
     5  schemes:
     6    - http
     7  paths:
     8    /test:
     9      get:
    10        summary: Says hello
    11        produces:
    12          - text/plain
    13        responses:
    14          200:
    15            description: A hello world string
    16            schema:
    17              type: string