title: Debug Info
type: object
properties:
  '@type':
    type: string
    enum: ['type.googleapis.com/google.rpc.DebugInfo']
  stack_entries:
    type: array
    items:
      type: string
  detail:
    type: string
required:
  - '@type'
