...

Text file src/github.com/go-openapi/analysis/fixtures/bugs/1851/definitions-31.yaml

Documentation: github.com/go-openapi/analysis/fixtures/bugs/1851

     1definitions:
     2  RemoteProperty:
     3    type: object
     4    properties:
     5      RemoteName:
     6        type: string
     7      MoreRemoteName:
     8        $ref: 'remote/definitions-32.yaml#/definitions/MoreRemoteProperty'
     9      # introduce a circular ref here
    10      RemoteCircular:
    11        $ref: '#/definitions/RemoteProperty'
    12        # TODO: same with circular in a remote

View as plain text