4.37.11
(fix): Fix OpenAPI-to-IR conversion to propagate schema-level descriptions to inlined request
bodies. Previously, the InlinedRequestBody.docs field was only populated from the
requestBody-level description, ignoring the referenced schema’s own description.
Now falls back to typeDeclaration.docs from the converted schema when the requestBody
description is missing.