Justin Yoo
Justin Yoo
> I ran into the same issue and wrote an adapter class. Let me know if you want to see the code. Oh, yeah. I agree that I had to...
@Timothyw0 Now, I got a different error message like:  I've got swa CLI 2.0.3, func CLI 4.0.6821 and node.js 22.13.0 --- **Update** After installing the latest version of swa...
As a default, `camelCasing` is applied to all unless it's specified through `JsonProperty(...)`. It's because of this line: https://github.com/Azure/azure-functions-openapi-extension/blob/c5d78bc24ecc626e96c3d3ab17fcfcc9c0c62a24/src/Microsoft.Azure.WebJobs.Extensions.OpenApi/OpenApiHttpTriggerContext.cs#L112 and here: https://github.com/Azure/azure-functions-openapi-extension/blob/c5d78bc24ecc626e96c3d3ab17fcfcc9c0c62a24/src/Microsoft.Azure.Functions.Worker.Extensions.OpenApi/OpenApiHttpTriggerContext.cs#L112 Let me take a look how I can...
@hyoshioka0128 Thanks for all your PR! Would you please be able to merge all your PRs into one PR so that I can merge them all at once?