github.com/kaisawind/go-swagger@v0.19.0/fixtures/bugs/946/fixture-946.yaml (about)

     1  swagger: '2.0'
     2  info:
     3    version: 0.0.0
     4    title: 'AliasTest'
     5  definitions:
     6  definitions:
     7    mydate:
     8      description: this is mydate
     9      type: string
    10      format: date
    11  paths:
    12    /:
    13      get:
    14        responses:
    15          200:
    16            description: Success
    17            schema:
    18              $ref: '#/definitions/mydate'