Open2

Swaggerでxmlリクエストを定義する

ふじしろふじしろ

OpenAPI Generatorでも対応できる?
https://openapi-generator.tech/docs/usage/#config-help
オプションでwithXmlを有効にすれば対応できそうな感じ(デフォルトはfalse)

withXml
whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML) (Default: false)
(DeepL)
application/xmlコンテントタイプをサポートし、XMLアノテーションをモデルに含めるかどうか (JSONとXMLをサポートするライブラリで動作します) (デフォルト: false)

stack over flow参考:https://stackoverflow.com/questions/55124811/openapi-generator-does-not-generate-xmlattribute-xmlelement-annotations