github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/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