type: object
properties:
  code:
    type: number
  title:
    type: string
  detail:
    type: string
  source:
    type: object
required:
  - title
