UnionInternationalCheminsdeFer / OSDM

Projects related to an open sales & distribution API for public transportation.
https://osdm.io
Apache License 2.0
53 stars 21 forks source link

No "name" property in Place object? #565

Closed MaximeAnsquer closed 3 months ago

MaximeAnsquer commented 3 months ago

Hello,

From the ReDoc documentation for version 3.2.0, I see that the Place object has an attribute name.
However I cannot see this attribute in the file OSDM-online-api-v3.2.0.yml present in this repository. Could you help me clarify this point please?

schlpbch commented 3 months ago

I assume that is related to the fact that the current Swagger implementation does not support displaying inheritance correctly. StopPlace, Address and POI have the attribute name but not the super class Place.