changedOutput schema / additionalProperties
Previous value: -falseNew value: +{}
changedOutput schema / properties / citations / description
Previous value: -"URLs cited by the publisher in support of the answer"New value: +"URLs/sources cited by the publisher in support of the answer"
removedOutput schema / properties / citations / items / type
Removed value: -"string"
addedOutput schema / properties / confidence
Added value: +{
+ "description": "Publisher-reported confidence (0-1)",
+ "type": "number"
+}
addedOutput schema / properties / elapsed_ms
Added value: +{
+ "description": "End-to-end time to obtain the answer (ms)",
+ "type": "number"
+}
removedOutput schema / properties / feePaid
Removed value: -{
- "description": "USDC fee paid for the broadcast (atomic)",
- "type": "string"
-}
removedOutput schema / properties / payloadHash
Removed value: -{
- "description": "keccak256 of the response payload",
- "type": "string"
-}
addedOutput schema / properties / payload_hash
Added value: +{
+ "description": "keccak256 of the response payload",
+ "type": "string"
+}
removedOutput schema / properties / publisher
Removed value: -{
- "description": "Publisher address that fulfilled the query",
- "type": "string"
-}
addedOutput schema / properties / publisher_address
Added value: +{
+ "description": "Publisher address that fulfilled the query",
+ "type": "string"
+}
addedOutput schema / properties / publisher_pqs
Added value: +{
+ "description": "Publisher quality score (PQS) at fulfillment",
+ "type": "number"
+}
addedOutput schema / properties / publisher_tx_or_status
Added value: +{
+ "description": "Delivery status or settlement reference",
+ "type": "string"
+}
addedOutput schema / properties / request_id
Added value: +{
+ "description": "Request id binding the query to this answer",
+ "type": "string"
+}
addedOutput schema / properties / response_size_bytes
Added value: +{
+ "description": "Size of the response payload (bytes)",
+ "type": "number"
+}
removedOutput schema / properties / txHash
Removed value: -{
- "description": "BroadcastStreamed transaction hash",
- "type": "string"
-}