github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/1767/Patient.yaml (about) 1 type: object 2 title: "Info about patient" 3 description: "" 4 properties: 5 id: 6 type: string 7 identifier: 8 type: array 9 description: "Identifier" 10 items: 11 allOf: 12 - $ref: 'Identifier.yaml' 13 active: 14 type: boolean 15 name: 16 description: "Name" 17 type: string 18 required: 19 - name