github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/fixtures/bugs/1596/fixture-1596.yaml (about)

     1  swagger: '2.0'
     2  
     3  info:
     4    version: 1.0.0
     5    title: MyApp
     6    description: (Description pending)
     7    
     8  paths:
     9    /hello:
    10      get:
    11        summary: Simple Hello World endpoint
    12        tags: ['Hello']
    13        responses:
    14          '200':
    15            description: service is saying hello
    16            schema:
    17              $ref: '#/definitions/somethingEndingInWindows'
    18  
    19  definitions:
    20    somethingEndingInWindows:
    21      type: object