github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/2743/not-working/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