...

Text file src/github.com/go-openapi/validate/fixtures/validation/fixture-1289-good.yaml

Documentation: github.com/go-openapi/validate/fixtures/validation

     1---
     2swagger: '2.0'
     3info:
     4  title: 'fixture 1289'
     5  version: '1.0'
     6produces:
     7  - application/json
     8paths:
     9  '/fixture':
    10    get:
    11      operationId: op1
    12      responses:
    13        '200':
    14          description: 'erroneous response'
    15          schema:
    16            # Expect clean
    17            $ref: '#/definitions/someIds'
    18
    19definitions:
    20  someIds:
    21    type: string

View as plain text