...

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

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

     1ErrorPayload:
     2  title: Error Payload
     3  required:
     4    - errors
     5  properties:
     6    errors:
     7      type: array
     8      items:
     9        $ref: './items.yml#/ErrorDetailsItem'

View as plain text