lmmx / tubeulator

TfL open data interface library
https://tubeulator.vercel.app
MIT License
5 stars 0 forks source link

Attributes become `dict` when marked `$ref` rather than nested dataclasses #6

Closed lmmx closed 1 year ago

lmmx commented 1 year ago

First observed in Vehicle in Tfl and Tfl-2 where the timing attribute is a reference to Tfl but is just turned into a dict annotation on the corresponding dataclass attribute.