github.com/jamescostian/go-swagger@v0.30.4-0.20221130163922-68364d6b567b/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