title: Request Info
type: object
properties:
  "@type":
    type: string
    enum: ["type.googleapis.com/google.rpc.RequestInfo"]
  request_id:
    type: string
  serving_data:
    type: string
required:
  - '@type'
  - request_id
