feat(foundry): support typed non-geometric subject aspects

This commit is contained in:
Codex
2026-07-23 09:43:51 +03:00
parent dc82ae4c07
commit 03aa9e3e7e
4 changed files with 376 additions and 7 deletions
@@ -68,6 +68,87 @@
},
"removeMode": "canonical-tombstone-or-snapshot-rebase"
},
{
"id": "map-moving-object-unit-profile-current-v1",
"version": "1.0.0",
"dataProductId": "fleet.units.profile.current.v1",
"productVersion": "1.0.0",
"freshness": "none",
"staleAfterMs": null,
"terminalStatuses": [],
"consumerContract": {
"ontologyRevision": "ontology.map.moving_object.v3",
"deliveryMode": "snapshot+patch",
"semanticTypes": [
"map.moving_object"
],
"fieldProjection": [
"corrected_engine_hours_factor",
"corrected_mileage_factor",
"display_name",
"filter_by_satellite_count_enabled",
"filter_by_satellite_count_value",
"filter_emissions",
"hardware_manufacturer_name",
"hardware_port",
"hardware_type_class",
"hardware_type_name",
"limit_acceleration",
"lost_connection_enabled",
"lost_connection_time_value",
"maximum_permissible_speed",
"maximum_valid_height",
"maximum_valid_speed",
"mileage_by_ignition",
"minimum_movement_speed",
"minimum_movement_time",
"minimum_parking_time",
"minimum_stop_time",
"minimum_trip_distance",
"minimum_valid_height",
"speed_parameter",
"trip_detection_type",
"unit_type_class",
"unit_type_name",
"use_odometer"
],
"fieldTypes": {
"corrected_engine_hours_factor": "number",
"corrected_mileage_factor": "number",
"display_name": "string",
"filter_by_satellite_count_enabled": "boolean",
"filter_by_satellite_count_value": "number",
"filter_emissions": "number",
"hardware_manufacturer_name": "string",
"hardware_port": "number",
"hardware_type_class": "string",
"hardware_type_name": "string",
"limit_acceleration": "number",
"lost_connection_enabled": "boolean",
"lost_connection_time_value": "number",
"maximum_permissible_speed": "number",
"maximum_valid_height": "number",
"maximum_valid_speed": "number",
"mileage_by_ignition": "boolean",
"minimum_movement_speed": "number",
"minimum_movement_time": "number",
"minimum_parking_time": "number",
"minimum_stop_time": "number",
"minimum_trip_distance": "number",
"minimum_valid_height": "number",
"speed_parameter": "string",
"trip_detection_type": "string",
"unit_type_class": "string",
"unit_type_name": "string",
"use_odometer": "boolean"
},
"geometryTypes": [],
"subjectIdentity": "semantic-type+source-id",
"snapshotMode": "atomic-replace",
"patchMode": "atomic"
},
"removeMode": "canonical-tombstone-or-snapshot-rebase"
},
{
"id": "map-zone-current-v1",
"version": "1.0.0",