...

Text file src/github.com/go-openapi/analysis/fixtures/bugs/2743/working/swagger/items.yml

Documentation: github.com/go-openapi/analysis/fixtures/bugs/2743/working/swagger

     1ErrorDetailsItem:
     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

View as plain text