addedOutput schema / properties / actual_amount / description
Added value: +"Always null in a quote: the actual charge exists only after measured settlement."
addedOutput schema / properties / amount / description
Added value: +"Amount in the asset atomic units (6 decimals for USDC): the exact price when amount_kind is exact, or the authorized maximum when it is authorized_maximum."
addedOutput schema / properties / amount_kind / description
Added value: +"exact: the charge equals amount. authorized_maximum: the charge is measured at settlement and never exceeds amount."
addedOutput schema / properties / asset / description
Added value: +"Token contract address on the network that the amount is denominated in."
addedOutput schema / properties / binding_hash / description
Added value: +"Hash binding the quote to the exact service, input hash, price, scheme, network, asset, and payee; a payment for a different binding is not accepted."
addedOutput schema / properties / contract_release / description
Added value: +"Contract release the quoted service belongs to."
addedOutput schema / properties / economics
Added value: +{
+ "additionalProperties": {},
+ "description": "The canonical economic contract for the quoted service (pricing model, tiers, authorization maximum, settlement model, modes and their availability, limits, production state, pricing_source_version, and network/asset/pay_to); identical on every SITEBORNE discovery surface.",
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
addedOutput schema / properties / expires_at / description
Added value: +"UTC time after which the quote is no longer valid."
addedOutput schema / properties / input_hash / description
Added value: +"Canonical hash of the exact request input this quote binds."
addedOutput schema / properties / issued_at / description
Added value: +"UTC time the quote was issued."
addedOutput schema / properties / network / description
Added value: +"CAIP-2 network the payment must be made on (for example eip155:8453)."
addedOutput schema / properties / payee / description
Added value: +"Public payTo address that receives the payment."
addedOutput schema / properties / payment_required / description
Added value: +"Always true: executing the quoted service requires payment."
addedOutput schema / properties / payment_requirements / description
Added value: +"The x402 payment requirement to satisfy, including payTo, network, asset and amount."
addedOutput schema / properties / pricing_key / description
Added value: +"Governed pricing key the amount was resolved from (governance pricing authority)."
addedOutput schema / properties / pricing_source_version / description
Added value: +"Version of the governed pricing document that produced the amount; a repricing changes this value."
addedOutput schema / properties / production_enabled / description
Added value: +"Quote-level flag, always false: a quote never authorizes execution. The service runtime state is economics.production_enabled."
addedOutput schema / properties / quote_id / description
Added value: +"Deterministic identifier of this quote."
addedOutput schema / properties / requirement_id / description
Added value: +"Identifier of the x402 payment requirement embedded in payment_requirements."
addedOutput schema / properties / resource_id / description
Added value: +"Canonical URL of the paid resource this quote is bound to."
addedOutput schema / properties / scheme / description
Added value: +"x402 scheme: exact requires the amount; upto authorizes it as a maximum."
addedOutput schema / properties / service_id / description
Added value: +"Canonical service id and major version that was quoted."
addedOutput schema / properties / service_version / description
Added value: +"Service contract major version."
changedOutput schema / required
Previous value: -[
- "quote_id",
- "binding_hash",
- "service_id",
- "service_version",
- "contract_release",
- "input_hash",
- "pricing_key",
- "pricing_source_version",
- "scheme",
- "network",
- "asset",
- "amount",
- "amount_kind",
- "actual_amount",
- "resource_id",
- "requirement_id",
- "payment_requirements",
- "payee",
- "issued_at",
- "expires_at",
- "production_enabled",
- "payment_required"
-]New value: +[
+ "quote_id",
+ "binding_hash",
+ "service_id",
+ "service_version",
+ "contract_release",
+ "input_hash",
+ "pricing_key",
+ "pricing_source_version",
+ "scheme",
+ "network",
+ "asset",
+ "amount",
+ "amount_kind",
+ "actual_amount",
+ "resource_id",
+ "requirement_id",
+ "payment_requirements",
+ "payee",
+ "issued_at",
+ "expires_at",
+ "production_enabled",
+ "payment_required",
+ "economics"
+]