File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 5
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-5d617d52440ac79a1c1439de48da5ed5a24ff41fbbb873f17bff743aa9187921 .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-4cacd27681586a8a15ad9de8f9611cdc0f6c59282aa780518d0864b38528d0c4 .yml
Original file line number Diff line number Diff line change 1919
2020
2121class DataList (BaseModel ):
22- id : str
22+ id : Optional [ str ] = None
2323
24- code : str
24+ code : Optional [ str ] = None
2525
26- lat : float
26+ direction : Optional [ str ] = None
2727
28- lon : float
28+ lat : Optional [ float ] = None
2929
30- name : str
30+ location_type : Optional [ int ] = FieldInfo ( alias = "locationType" , default = None )
3131
32- direction : Optional [str ] = None
32+ lon : Optional [float ] = None
3333
34- location_type : Optional [int ] = FieldInfo ( alias = "locationType" , default = None )
34+ name : Optional [str ] = None
3535
3636 parent : Optional [str ] = None
3737
You can’t perform that action at this time.
0 commit comments