github.com/josephspurrier/go-swagger@v0.2.1-0.20221129144919-1f672a142a00/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