stl_gtfs_stop_resolve
Resolve which GTFS field matches bus stop sign numbers. Analyzes stop_code and stop_id coverage, uniqueness, and format, then returns a verdict.
Instructions
Determine which GTFS field holds the number printed on a bus stop sign.
Reports coverage, uniqueness and observed format for both stop_code and stop_id, checks Metro's own published example (15111), and returns a verdict.
This matters more than it looks: the Light SDK exposes no usable location API, so 'stops near me' is not buildable and the app's entire input UX is stop-number entry. Run this once and rely on the verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshot | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |