StatusMessage:
  type: object
  required:
    - system
    - code
    - message
  properties:
    system:
      description: The Transpayrent system that returned the status message
      $ref: './system_v1.yaml#/SYSTEM'
    code:
      description: The status code returned by the Transpayrent system
      $ref: './status-code_v1.yaml#/STATUS_CODE'
    message:
      description: A description of the status code returned by the Transpayrent system
      type: string
      minimum: 10
      example: 'Invalid authorization header for end-point: /example. Authorization header must use the HTTP Bearer authentication.'