github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/1851/definitions.yaml (about) 1 definitions: 2 ServerStatus: 3 type: string 4 enum: [OK, Not OK] 5 6 Server: 7 type: object 8 properties: 9 Name: 10 type: string 11 Status: 12 $ref: '#/definitions/ServerStatus'