github.com/go-swagger/go-swagger@v0.31.0/fixtures/bugs/2258/swagger/items.yml (about) 1 ErrorDetailsItem: 2 title: Error details item 3 description: Represents an item of the list of details of an error. 4 required: 5 - message 6 - code 7 properties: 8 message: 9 type: string 10 code: 11 type: string 12 details: 13 type: array 14 items: 15 type: string