feat(data-plane): add provider contracts and ontology delivery

This commit is contained in:
Codex
2026-07-16 02:23:34 +03:00
parent e527812826
commit 569b8762e6
84 changed files with 11170 additions and 70 deletions
@@ -0,0 +1,25 @@
{
"contractVersion": "0.1.0",
"kind": "map.moving_object.current_position",
"source": "gelios",
"subjectId": "gelios.unit:example-unit-id",
"observedAt": "2026-07-13T00:00:00.000Z",
"receivedAt": "2026-07-13T00:00:03.000Z",
"position": {
"latitude": 55.000001,
"longitude": 37.000001,
"heightMeters": 0,
"courseDegrees": 90,
"speedKph": 0,
"satellites": 0
},
"operationalStatus": "unknown",
"display": {
"label": "Robot2B unit",
"visibilityProfile": "fleet-default"
},
"policy": {
"scopeApproved": true,
"fieldSet": "studio-current-position-v1"
}
}