...

Text file src/github.com/go-openapi/analysis/fixtures/bugs/1767/Reference.yaml

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

     1type: object
     2title: "reference"
     3description: "v3.1.0-12545"
     4properties:
     5      reference:
     6        description: "Literal reference, Relative, internal or absolute URL"
     7        type: string
     8        example: "literal reference"
     9      identifier:
    10        description: "Logical reference, when literal reference is not known"
    11        allOf:
    12        - $ref: 'Identifier.yaml'
    13      display:
    14        type: string
    15        description: "Text alternative for the resource"

View as plain text