You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Removes example property in path parameter objects (#92)
* Remove example property in Parameters
This helps in avoiding duplication with examples property. They are mutually exclusive. DocumentationURL prop. which used to be set in example property is now set within descriptions property.
* Update src/Microsoft.OpenApi.OData.Reader/Operation/OperationHandler.cs
Co-authored-by: Charles Wahome <[email protected]>
* Remove duplicate variable declaration
* Minor refactoring
To help trigger build
Co-authored-by: Irvine Sunday <[email protected]>
Co-authored-by: Charles Wahome <[email protected]>
Co-authored-by: Sam Xu <[email protected]>
0 commit comments