changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "estimated": {
+ "description": "False only when goal-fulfillment rates are backed by fresh, sufficient production telemetry.",
+ "type": "boolean"
+ },
+ "goal_fulfillment": {
+ "additionalProperties": true,
+ "properties": {
+ "completion_rate": {
+ "type": "number"
+ },
+ "human_override_rate": {
+ "type": "number"
+ },
+ "nte_accuracy": {
+ "type": "number"
+ },
+ "redispatch_rate": {
+ "type": "number"
+ },
+ "sampled_at": {
+ "type": "string"
+ },
+ "source": {
+ "enum": [
+ "live_telemetry",
+ "canonical_estimate"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "methodology": {
+ "additionalProperties": true,
+ "description": "Metric definitions, named-period window, source-class vocabulary. Never a sample size.",
+ "type": "object"
+ },
+ "operational": {
+ "additionalProperties": true,
+ "properties": {
+ "active_providers": {
+ "type": "null"
+ },
+ "active_states": {
+ "type": "string"
+ },
+ "avg_dispatch_latency_ms": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "jobs_dispatched_30d": {
+ "type": "null"
+ },
+ "latency_source": {
+ "type": "string"
+ },
+ "p95_dispatch_latency_ms": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "pricing_latency_p50_ms": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "pricing_latency_p95_ms": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "pricing_latency_sampled_at": {
+ "type": "string"
+ },
+ "pricing_latency_source": {
+ "enum": [
+ "live_telemetry",
+ "unavailable"
+ ],
+ "type": "string"
+ },
+ "quote_turnaround_hours": {
+ "type": "number"
+ },
+ "quote_turnaround_is_sla": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "period": {
+ "enum": [
+ "rolling_7d",
+ "rolling_30d",
+ "rolling_90d"
+ ],
+ "type": "string"
+ },
+ "provenance": {
+ "additionalProperties": true,
+ "description": "Per-field record of whether each published figure is measured or estimated.",
+ "type": "object"
+ },
+ "schema_version": {
+ "type": "string"
+ },
+ "trust_signals": {
+ "properties": {
+ "build_hash": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "schema_version",
+ "period",
+ "estimated",
+ "goal_fulfillment",
+ "operational",
+ "trust_signals",
+ "provenance",
+ "methodology"
+ ],
+ "type": "object"
+}