...

Text file src/github.com/go-openapi/spec/fixtures/bugs/2743/working/swagger/paths/nested.yml

Documentation: github.com/go-openapi/spec/fixtures/bugs/2743/working/swagger/paths

     1response:
     2  get:
     3    responses:
     4      200:
     5        description: OK
     6        schema:
     7          $ref: '#/definitions/SameFileReference'
     8
     9definitions:
    10  SameFileReference:
    11    type: object
    12    properties:
    13      name:
    14        type: string

View as plain text