microsoft / OpenAPI.NET.OData

Generates OpenAPI document from OData CSDL
MIT License
207 stars 62 forks source link

Prefer fetching descriptions and link annotations with path as target #514

Closed millicentachieng closed 6 months ago

millicentachieng commented 7 months ago

When fetching descriptions, summary, and external doc links for generated paths, use path as the default annotation target, if no annotations are found, check annotations on type of last segment of path.

Sample target paths (source):