Oracle response structure for V2 update with consensus

interface V2ConsensusOracleResponse {
    checksum: string;
    errors: (null | string)[];
    ethAddress: string;
    feedResponses: FeedEvalResponse[];
    oracleId?: string;
    oraclePubkey: string;
    recoveryId?: number;
    signature: string;
}

Properties

checksum: string
errors: (null | string)[]
ethAddress: string
feedResponses: FeedEvalResponse[]
oracleId?: string
oraclePubkey: string
recoveryId?: number
signature: string