github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/1767/Reference.yaml (about) 1 type: object 2 title: "reference" 3 description: "v3.1.0-12545" 4 properties: 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"