Nikolay Grechanov
Nikolay Grechanov
Real-life example: For instance, `callbacks` in OpenAPI are first indexed by the callback name and then by the path (see [spec](https://spec.openapis.org/oas/v3.1.0#fixed-fields-5), [example](https://github.com/OAI/OpenAPI-Specification/blob/78170608af208da8165ab095715e5cb9ff715f47/examples/v3.0/callback-example.json#L46-L48)) Here is a simplified example of an API...
I can confirm the performance issue. We have a relatively large context file (2.6K lines) with dozens of local and type-scoped contexts and hundreds of explicitly unmapped properties (mapped to...
> Do you have a simplified example available? Please something that's not GB of data. :-) Unfortunately, it's company internal so I can't share it > Maybe just an example...
I can confirm that the issue still exists and there is no way to prevent re-encoding of `params` This is crucial for OData services some of which "prefer" when whitespaces...