Background
Currently we have to manually maintain the rust code and the associated openapi spec file. This is error prone and can result in differences if you are not very careful.
Details
We already looked into utoipa which would already improve the situation slightly but the heavy use of macros still makes the solution somewhat error prone. Maybe there is something better?