{
"report": {
"configDigest": <string>, // Configuration digest for the price feed
"epochAndRound": <number>, // Current epoch and round number
"extraHash": <string>, // Additional hash information
"feedID": <string>, // Unique identifier for the price feed
"validFromTimestamp": <number>, // Timestamp from which the report is valid
"observationsTimestamp": <number>, // Timestamp when observations were made
"nativeFee": <string>, // Fee in native token
"tokenFee": <string>, // Fee in ERC20 token
"expireAt": <number>, // Timestamp when the report expires
"benchmarkPrice": <string>, // Main reference price
"askPrice": <string>, // Ask price from aggregated sources
"bidPrice": <string>, // Bid price from aggregated sources
"signatures": <array[string]>, // List of validator signatures
"recovery_ids": <array[number]> // Recovery IDs for signature verification
}
}