swagger json

2
Does anyone know if it’s possible to get the swagger.json file generated by Mendix to include the response body  details like what is shown in the swagger ui? For example, swagger json file shows: responses":{"200":{"description":"successful operation","schema":{"type":"file"}}, Swagger ui has 200 description successful but also shows the response body like below: [ { "Name": "United States", "RealmID": 3, "RealmType": { "Name": "Country", "Color": { "HexColor": "232e61" } }, "ParentRealmID": 2 } ] I’d like this response body to be included in the swagger json file if possible.   Thank you! Tracy
asked
0 answers