addedOutput schema / properties / pulse / properties
Added value: +{
+ "biggest_opportunity": {
+ "description": "Largest observed opportunity or next useful observation.",
+ "type": "string"
+ },
+ "confidence": {
+ "description": "Evidence confidence label.",
+ "type": "string"
+ },
+ "day": {
+ "description": "Product-local YYYY-MM-DD day represented by this pulse.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "generated_at": {
+ "description": "UTC timestamp when the pulse was generated.",
+ "type": "string"
+ },
+ "integrity": {
+ "additionalProperties": {},
+ "description": "Evidence-quality and exclusion details.",
+ "properties": {
+ "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"
+ }
+ },
+ "type": "object"
+ },
+ "live_window_end": {
+ "description": "End of the partial live window when state is live_partial.",
+ "type": "string"
+ },
+ "live_window_start": {
+ "description": "Start of the partial live window when state is live_partial.",
+ "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"
+ }
+ ]
+ },
+ "schema_version": {
+ "description": "Daily Pulse schema version.",
+ "type": "string"
+ },
+ "state": {
+ "description": "Pulse state such as ready, live_partial, or unavailable.",
+ "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"
+ }
+ ]
+ },
+ "time_zone": {
+ "description": "IANA time zone used for the product-local day.",
+ "type": "string"
+ },
+ "what_happened": {
+ "description": "Evidence-grounded activity summary.",
+ "type": "string"
+ }
+}