changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "description": "The seller's score, or x402 payment instructions when called without api_key/payment.",
+ "properties": {
+ "components": {
+ "description": "Score component breakdown.",
+ "type": "object"
+ },
+ "delivery": {
+ "description": "Paid-probe delivery evidence, when merona has bought from this seller: status delivery_verified (dated) or charged_unserved (payment settled, request refused; settlement tx included).",
+ "type": "object"
+ },
+ "error": {
+ "description": "Present only on failure.",
+ "type": "string"
+ },
+ "grade": {
+ "description": "A–F letter; null means unrated (evidence gate, not an adverse signal).",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "payment_required": {
+ "description": "x402 payment instructions; present only when the call is unpaid.",
+ "type": "object"
+ },
+ "score": {
+ "description": "Numeric m.Score behind the letter.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "snapshot_sha256": {
+ "description": "Snapshot hash for independent re-derivation.",
+ "type": "string"
+ },
+ "suggested_action": {
+ "description": "Deterministic action hint (PROCEED/CAUTION/INVESTIGATE/DECLINE/INSUFFICIENT_EVIDENCE) with reasons and rule version.",
+ "type": "object"
+ },
+ "tier": {
+ "description": "unrated | provisional | verified.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}