Justin Yoo

Results 164 comments of 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: ![Image](https://github.com/user-attachments/assets/0e3a0112-d122-46cc-a044-a9821834778c) 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?