microsoft / OpenAPI.NET.OData

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

Use annotations with path as target to determine whether to add an operation #535

Closed millicentachieng closed 3 months ago

millicentachieng commented 3 months ago

Currently, target path annotations are only used within operations. We need to use them within path items as well to determine whether an operation is to be added or not.