Publishing REST Service -> Extra s added to JSON array keys of service response

0
I have implemented a Publish Rest service. Below given are the data model, microflow used for the service. As shown in below screenshot3 I see an extra 's' (I see ModelObjectss instead of ModelObjects) added to JSON array keys. Any idea why this is happening?  
asked
2 answers
0

Are you using a message definition? Do you see ModelObjectss in the 'External Name' column there? You can change that value.

answered
0

Hello Mohan,

To me it looks like it applies an "s" wherever you're expecting an array. 

Mendix recommends that all your entities are spelled in singular - and when retrieving a list the word "list" gets added to your variable name, I assume this is happening in line with that, except it adds an "s". 

answered