feat(foundry): close the operational map data loop

This commit is contained in:
Codex
2026-07-20 20:45:05 +03:00
parent aac44d057f
commit a02c3ff3dd
44 changed files with 4158 additions and 811 deletions
@@ -14,6 +14,39 @@
"no_position"
],
"removeMode": "canonical-tombstone-or-snapshot-rebase"
},
{
"id": "map-moving-object-current-v2",
"version": "2.0.0",
"dataProductId": "fleet.positions.current.v2",
"productVersion": "2.0.0",
"staleAfterMs": 60000,
"terminalStatuses": [
"inactive",
"no-position",
"no_position"
],
"removeMode": "canonical-tombstone-or-snapshot-rebase"
},
{
"id": "map-moving-object-current-v4",
"version": "4.0.0",
"dataProductId": "fleet.positions.current.v4",
"productVersion": "4.0.0",
"staleAfterMs": null,
"terminalStatuses": [
"inactive"
],
"statusContract": {
"attribute": "signal_state",
"allowedValues": [
"active",
"inactive"
],
"missing": "reject",
"freshness": "none"
},
"removeMode": "canonical-tombstone-or-snapshot-rebase"
}
]
}