type: object
properties:
  status:
    type: integer
    minimum: 100
    maximum: 600
    description: The HTTP status code.
  error:
    type: string
  type:
    type: string
    description: >-
      A URI reference [[RFC3986](https://tools.ietf.org/html/rfc3986)] that
      identifies the problem type. It should provide human-readable
      documentation for the problem type. When this member is not present, its
      value is assumed to be "about:blank".
  title:
    type: string
    description: >-
      A short, human-readable summary of the problem type. It SHOULD NOT change
      from occurrence to occurrence of the problem, except for purposes of
      localization.
