Open2
Swaggerでxmlリクエストを定義する
contentでapplication/xmlを定義して、あとはJsonと同じように書けば良さそう
ドキュメント(Representing XML)
仕様
OpenAPI Generatorでも対応できる?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