What
The simple responses of various api's use different formats: "string", "message=text", "detail=text". Some are undocumented. This requires implementors to cater for all these variants.
Steps to reproduce the behavior:
Check the swagger doc.
Expected behavior
Have the same json format (like detail=text) for all simple responses.