stl_rt_schema_census
Analyze stored feed snapshots to census which protobuf fields are populated and their fill rates, guiding Kotlin model decisions.
Instructions
Which protobuf fields this feed actually populates, and at what rate, across N stored snapshots.
Decides what to model in Kotlin: low-rate fields can be skipped in v1, and any path reported as unmodelled is present in the bytes but missing from the schema map, which needs investigating before porting.
Args: samples: how many recent snapshots to census.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | No | trip_updates | |
| samples | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |