changedOutput schema / additionalProperties
Previous value: -falseNew value: +{}
addedOutput schema / properties / cadence_drift_bps
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Cadence drift vs 23-day baseline (bps)"
+}
removedOutput schema / properties / details
Removed value: -{
- "description": "Underlying counts, cadence ratios, and last-message timestamp"
-}
addedOutput schema / properties / messages30d
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Messages in the last 30 days"
+}
addedOutput schema / properties / messages7d
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Messages in the last 7 days"
+}
addedOutput schema / properties / messages_30d
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Messages in the last 30 days (indexer key)"
+}
addedOutput schema / properties / messages_7d
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Messages in the last 7 days (indexer key)"
+}
addedOutput schema / properties / publisher
Added value: +{
+ "description": "Publisher address checked",
+ "type": "string"
+}
addedOutput schema / properties / signal
Added value: +{
+ "description": "Content-drift bucket for the publisher",
+ "enum": [
+ "stable",
+ "moderate",
+ "significant",
+ "unknown"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / silence_hours
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Hours since the last message (null if never)"
+}
removedOutput schema / properties / status
Removed value: -{
- "description": "Content-drift bucket for the publisher",
- "enum": [
- "stable",
- "moderate",
- "significant",
- "unknown"
- ],
- "type": "string"
-}
addedOutput schema / properties / volume_ratio_bps
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "7d/baseline volume ratio (bps)"
+}