addedOutput schema / properties / report / properties
Added value: +{
+ "blocker": {
+ "description": "Reason the requested report is unavailable.",
+ "type": "string"
+ },
+ "coverage": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "first_seen_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_seen_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "first_seen_at",
+ "last_seen_at"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "coverage_assurance": {
+ "description": "Evidence-coverage assurance label.",
+ "type": "string"
+ },
+ "diagnostic": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "evidence_level": {
+ "type": "string"
+ },
+ "from_count": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "from_stage": {
+ "type": "string"
+ },
+ "lost": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "to_count": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "to_stage": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "evidence_level",
+ "from_stage",
+ "to_stage",
+ "from_count",
+ "to_count",
+ "lost"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "generated_at": {
+ "description": "UTC generation timestamp.",
+ "type": "string"
+ },
+ "integrity": {
+ "additionalProperties": {},
+ "properties": {
+ "actor_identity_evidence_present": {
+ "type": "boolean"
+ },
+ "note": {
+ "type": "string"
+ },
+ "source_completeness_proven": {
+ "type": "boolean"
+ },
+ "strict_external_settlements": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "synthetic_events": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "unclassified_settled_commerce": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "unknown_external_events": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "synthetic_events",
+ "unknown_external_events",
+ "unclassified_settled_commerce",
+ "strict_external_settlements",
+ "actor_identity_evidence_present",
+ "source_completeness_proven",
+ "note"
+ ],
+ "type": "object"
+ },
+ "measurement_type": {
+ "description": "observed_utc_day_window or unavailable.",
+ "type": "string"
+ },
+ "metrics": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "agent_revenue": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "Settled minor-unit amounts keyed by an exact currency/asset/network identity; unlike money is never combined.",
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "conversion": {
+ "additionalProperties": {},
+ "properties": {
+ "converted_agents": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "intent_agents": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "rate": {
+ "anyOf": [
+ {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "converted_agents",
+ "intent_agents",
+ "rate"
+ ],
+ "type": "object"
+ },
+ "paid_intent": {
+ "description": "Countable-external actors with paid-intent evidence.",
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "real_agents": {
+ "description": "Countable-external pseudonymous actors.",
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "repeat_agents": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "successful_delivery": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "real_agents",
+ "paid_intent",
+ "conversion",
+ "agent_revenue",
+ "successful_delivery",
+ "repeat_agents"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "observed_funnel": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "description": "Observed event counts by canonical commerce-funnel stage.",
+ "properties": {
+ "discovery": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "eligibility_accepted": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "eligibility_rejected": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "evaluation": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "free_or_preflight_invocations": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "paid_deliveries": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "paid_operation_invocations": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "payment_attempts": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "payment_challenges": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "settlements": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "discovery",
+ "evaluation",
+ "free_or_preflight_invocations",
+ "paid_operation_invocations",
+ "eligibility_accepted",
+ "eligibility_rejected",
+ "payment_challenges",
+ "payment_attempts",
+ "settlements",
+ "paid_deliveries"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "property_id": {
+ "description": "Product/property ID when report evidence is available.",
+ "type": "string"
+ },
+ "schema_version": {
+ "description": "Report schema version.",
+ "type": "string"
+ },
+ "strict_external_funnel": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "description": "Observed event counts by canonical commerce-funnel stage.",
+ "properties": {
+ "discovery": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "eligibility_accepted": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "eligibility_rejected": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "evaluation": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "free_or_preflight_invocations": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "paid_deliveries": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "paid_operation_invocations": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "payment_attempts": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "payment_challenges": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "settlements": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "discovery",
+ "evaluation",
+ "free_or_preflight_invocations",
+ "paid_operation_invocations",
+ "eligibility_accepted",
+ "eligibility_rejected",
+ "payment_challenges",
+ "payment_attempts",
+ "settlements",
+ "paid_deliveries"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "window_end": {
+ "description": "Exclusive UTC report-window end.",
+ "type": "string"
+ },
+ "window_start": {
+ "description": "Inclusive UTC report-window start.",
+ "type": "string"
+ }
+}