...

Text file src/github.com/go-openapi/analysis/fixtures/external/errors.yml

Documentation: github.com/go-openapi/analysis/fixtures/external

     1error:
     2  type: object
     3  required:
     4    - id
     5    - message
     6  properties:
     7    id:
     8      type: integer
     9      format: int64
    10      readOnly: true
    11    message:
    12      type: string
    13      readOnly: true

View as plain text