addedOutput schema / properties / as_of
Added value: +{
+ "description": "Newest row timestamp - this is a nightly snapshot, not a live read.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / note
Added value: +{
+ "description": "States which advertised sources are lanes and which are fields of a lane.",
+ "type": "string"
+}
addedOutput schema / properties / sources / items / properties / avg_enrichment_fields
Added value: +{
+ "type": [
+ "number",
+ "null"
+ ]
+}
addedOutput schema / properties / sources / items / properties / coverage_basis
Added value: +{
+ "description": "'measured' | 'measured_zero' (really zero) | 'not_measured' (never computed) - the two used to be indistinguishable.",
+ "type": "string"
+}
addedOutput schema / properties / sources / items / properties / coverage_pct
Added value: +{
+ "description": "Share of the corpus this lane reaches. Read WITH coverage_basis.",
+ "type": [
+ "number",
+ "null"
+ ]
+}
addedOutput schema / properties / sources / items / properties / hit_rate / description
Added value: +"PER-LANE definition, not comparable across lanes. NULL = not measurable for this lane."
changedOutput schema / properties / sources / items / properties / hit_rate / type
Previous value: -"number"New value: +[
+ "number",
+ "null"
+]
addedOutput schema / properties / sources / items / properties / hit_rate_basis
Added value: +{
+ "description": "'measured' | 'not_measured'.",
+ "type": "string"
+}
addedOutput schema / properties / sources / items / properties / last_event_time
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / sources / items / properties / provenance
Added value: +{
+ "description": "'native_d1' = computed from our own tables; 'harness_tl_osint_scan' = community-sourced, corroborating only.",
+ "type": "string"
+}
addedOutput schema / properties / sources / items / properties / source / description
Added value: +"Lane name (alias of source_name)."
addedOutput schema / properties / sources / items / properties / source_name
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / sources / items / properties / unique_entities
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / sources / items / properties / updated_at
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / stale_hours
Added value: +{
+ "type": [
+ "integer",
+ "null"
+ ]
+}
addedOutput schema / properties / summary / properties / avg_hit_rate / description
Added value: +"Averaged ONLY over lanes reporting a real hit_rate."
changedOutput schema / properties / summary / properties / avg_hit_rate / type
Previous value: -"number"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / summary / properties / measured_zero_coverage
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / summary / properties / unmeasured_coverage
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}