changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "The wrapper's status fields. On PAYMENT_REQUIRED (isError:true) the route's x402 PaymentRequired object (x402Version, resource, accepts, extensions) is spread at the top level too, per the x402 MCP transport.",
+ "properties": {
+ "accepts": {
+ "type": "array"
+ },
+ "deliverable": {},
+ "delivery_state": {
+ "type": "string"
+ },
+ "http_status": {
+ "type": "integer"
+ },
+ "not_a_certification": {
+ "type": "boolean"
+ },
+ "payment_presented": {
+ "type": "boolean"
+ },
+ "resource": {
+ "type": "object"
+ },
+ "route": {
+ "type": "string"
+ },
+ "settlement_state": {
+ "type": "string"
+ },
+ "status": {
+ "description": "PAYMENT_REQUIRED, DELIVERED, NOT_DEPLOYED, UNREACHABLE, UNREADABLE_RESPONSE, BAD_ARGUMENTS or HTTP_<code>",
+ "type": "string"
+ },
+ "tool": {
+ "type": "string"
+ },
+ "x402Version": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+}