Closed gmantri closed 5 months ago
Thanks for raising this @gmantri
This is being looked into at https://github.com/microsoft/OpenAPI.NET.OData/pull/547. So we'll close this for now so that this is tracked via https://github.com/microsoft/OpenAPI.NET.OData/issues/546 in the library producing the document.
I am trying to parse
openapi.yaml
usinghidi
but unable to do so. Even the validation is failing.Here's the command I am using for validation:
and this is the output I am getting:
I am getting the same error when I try use the
transform
parameter. My goal is to extract some endpoints from this yaml file.