changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "anyOf": [
+ {
+ "required": [
+ "contract",
+ "policy_version",
+ "decision",
+ "input_fingerprint",
+ "invoice",
+ "supplier",
+ "payment",
+ "checks",
+ "evidence_coverage",
+ "evidence",
+ "source_snapshots",
+ "next_actions",
+ "validity",
+ "limitations",
+ "pricing",
+ "privacy",
+ "receipt",
+ "extensions"
+ ]
+ },
+ {
+ "required": [
+ "error"
+ ]
+ }
+ ],
+ "description": "Structured result contract for invoice_to_pay_dossier_eu. 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"
+ },
+ "checks": {
+ "items": {},
+ "type": "array"
+ },
+ "contract": {
+ "type": "string"
+ },
+ "decision": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "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"
+ },
+ "evidence": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "evidence_coverage": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "extensions": {
+ "additionalProperties": true,
+ "properties": {
+ "delivery-receipt": {
+ "additionalProperties": true,
+ "properties": {
+ "how_to_verify": {
+ "type": "string"
+ },
+ "issued_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "issuer": {
+ "type": "string"
+ },
+ "issuer_key": {
+ "type": "string"
+ },
+ "key_id": {
+ "type": "string"
+ },
+ "result_hash": {
+ "type": "string"
+ },
+ "service": {
+ "type": "string"
+ },
+ "signature": {
+ "type": "string"
+ },
+ "signed_message": {
+ "type": "string"
+ },
+ "standard": {
+ "const": "eucompliance-receipt/2",
+ "type": "string"
+ },
+ "subject": {
+ "type": "string"
+ },
+ "valid_until": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "verify_url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "standard",
+ "service",
+ "subject",
+ "result_hash",
+ "issued_at",
+ "valid_until",
+ "issuer",
+ "issuer_key",
+ "key_id",
+ "verify_url",
+ "how_to_verify",
+ "signature",
+ "signed_message"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "delivery-receipt"
+ ],
+ "type": "object"
+ },
+ "input_fingerprint": {
+ "type": "string"
+ },
+ "invoice": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "limitations": {
+ "items": {},
+ "type": "array"
+ },
+ "message": {
+ "type": "string"
+ },
+ "missing": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "missing_checks": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "next_actions": {
+ "items": {},
+ "type": "array"
+ },
+ "partial_evidence": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "payment": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "policy_version": {
+ "type": "string"
+ },
+ "pricing": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "privacy": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "receipt": {
+ "additionalProperties": true,
+ "properties": {
+ "how_to_verify": {
+ "type": "string"
+ },
+ "issued_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "issuer": {
+ "type": "string"
+ },
+ "issuer_key": {
+ "type": "string"
+ },
+ "key_id": {
+ "type": "string"
+ },
+ "result_hash": {
+ "type": "string"
+ },
+ "service": {
+ "type": "string"
+ },
+ "signature": {
+ "type": "string"
+ },
+ "signed_message": {
+ "type": "string"
+ },
+ "standard": {
+ "const": "eucompliance-receipt/2",
+ "type": "string"
+ },
+ "subject": {
+ "type": "string"
+ },
+ "valid_until": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "verify_url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "standard",
+ "service",
+ "subject",
+ "result_hash",
+ "issued_at",
+ "valid_until",
+ "issuer",
+ "issuer_key",
+ "key_id",
+ "verify_url",
+ "how_to_verify",
+ "signature",
+ "signed_message"
+ ],
+ "type": "object"
+ },
+ "retryable": {
+ "type": "boolean"
+ },
+ "settled": {
+ "description": "When present on an error, false means no settlement occurred.",
+ "type": "boolean"
+ },
+ "source_snapshots": {
+ "items": {},
+ "type": "array"
+ },
+ "status_code": {
+ "type": "integer"
+ },
+ "supplier": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "tool": {
+ "type": "string"
+ },
+ "unknown": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "validity": {
+ "additionalProperties": true,
+ "type": "object"
+ }
+ },
+ "type": "object"
+}