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