addedOutput schema / properties / revenue / properties
Added value: +{
+ "delivery_evidence_rate": {
+ "anyOf": [
+ {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "funnel": {
+ "additionalProperties": {},
+ "description": "Countable-external observed stage events; not unique customers.",
+ "properties": {
+ "delivered": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "found": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "interested": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "payment_attempts": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "payment_challenges": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "returned": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "settled": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "found",
+ "interested",
+ "payment_challenges",
+ "payment_attempts",
+ "settled",
+ "delivered",
+ "returned"
+ ],
+ "type": "object"
+ },
+ "generated_at": {
+ "description": "UTC end of the observed revenue window.",
+ "type": "string"
+ },
+ "integrity": {
+ "additionalProperties": {},
+ "properties": {
+ "funnel_unit": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "source_completeness_proven": {
+ "type": "boolean"
+ },
+ "strict_external_only": {
+ "type": "boolean"
+ },
+ "unknown_external_revenue_excluded": {
+ "type": "boolean"
+ },
+ "unlike_money_not_combined": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "strict_external_only",
+ "unknown_external_revenue_excluded",
+ "unlike_money_not_combined",
+ "funnel_unit",
+ "source_completeness_proven",
+ "note"
+ ],
+ "type": "object"
+ },
+ "largest_observed_dropoff": {
+ "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"
+ }
+ ]
+ },
+ "property_id": {
+ "description": "Product/property ID.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "revenue_buckets": {
+ "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"
+ },
+ "schema_version": {
+ "description": "Revenue-intelligence schema version.",
+ "type": "string"
+ },
+ "settled_receipts": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "settled_with_delivery_evidence": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "unknown_external_settlements": {
+ "description": "Settlements excluded from verified revenue because actor evidence is unresolved.",
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "window": {
+ "additionalProperties": {},
+ "properties": {
+ "current_day_partial": {
+ "type": "boolean"
+ },
+ "end": {
+ "description": "UTC end of the revenue lookback.",
+ "type": "string"
+ },
+ "lookback_days": {
+ "maximum": 90,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "start": {
+ "description": "UTC start of the revenue lookback.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end",
+ "lookback_days",
+ "current_day_partial"
+ ],
+ "type": "object"
+ }
+}