changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "anyOf": [
+ {
+ "required": [
+ "valid",
+ "reasons",
+ "failures",
+ "price"
+ ]
+ },
+ {
+ "required": [
+ "error"
+ ]
+ }
+ ],
+ "description": "Structured result contract for verify_compliance_receipt. A success satisfies the documented success branch. A domain or tool error includes error and is not a successful settlement; unpaid x402 requirements are carried by the transport wrapper.",
+ "properties": {
+ "accepted": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "charged": {
+ "description": "When present on an error, false means the failed result is uncharged.",
+ "type": "boolean"
+ },
+ "checked_at": {
+ "type": "string"
+ },
+ "content_unchanged": {
+ "type": "boolean"
+ },
+ "did_you_mean": {
+ "additionalProperties": true,
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "error": {
+ "oneOf": [
+ {
+ "type": "string"
+ },
+ {
+ "additionalProperties": true,
+ "properties": {
+ "code": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "message": {
+ "type": "string"
+ },
+ "param": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "message"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "error_code": {
+ "type": "string"
+ },
+ "expired": {
+ "type": "boolean"
+ },
+ "failures": {
+ "items": {},
+ "type": "array"
+ },
+ "issued_at": {
+ "type": "string"
+ },
+ "issued_by_us": {
+ "type": "boolean"
+ },
+ "message": {
+ "type": "string"
+ },
+ "missing": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "missing_checks": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "official_issuer_key": {
+ "type": "string"
+ },
+ "partial_evidence": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "price": {
+ "const": "free",
+ "description": "No payment is required for this tool.",
+ "type": "string"
+ },
+ "reasons": {
+ "items": {},
+ "type": "array"
+ },
+ "recovered_signer": {
+ "type": "string"
+ },
+ "retryable": {
+ "type": "boolean"
+ },
+ "service": {
+ "type": "string"
+ },
+ "settled": {
+ "description": "When present on an error, false means no settlement occurred.",
+ "type": "boolean"
+ },
+ "signature_valid": {
+ "type": "boolean"
+ },
+ "status_code": {
+ "type": "integer"
+ },
+ "subject": {
+ "type": "string"
+ },
+ "tool": {
+ "type": "string"
+ },
+ "unknown": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "valid": {
+ "type": "boolean"
+ },
+ "valid_until": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}