github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/2216/defs.yml (about) 1 definitions: 2 MyObject: 3 title: My object 4 type: object 5 properties: 6 string1: 7 type: string 8 title: A string 9 bool1: 10 type: boolean 11 title: A boolean 12 default: 13 string1: "first" 14 bool1: false