Hi everyone,
I have a question about setting the entire requestBody
as required in an OpenAPI 3 export.
I found a conversation from March 2024 where the team confirmed this wasn’t yet supported, but a feature request was opened for it. I’m just checking in to see if this feature has been implemented in any recent versions.
Our goal is to get requestBody: { required: true, ... }
in the exported spec for our type generators.
Any updates would be greatly appreciated. Thanks!