Hi,
In one of my routes I have this line of code :
mapJson 'id', json:'id', type:'STRING', isformula:true, formula:'@DocumentUniqueId'
I wonder why the 'id' property which is set to 'formula=true' is not shwon in the yaml file.
This is a problem because the consummers can't guess that a property set to "isformula=true" exists before calling the service (the response is actually OK and contains the data...) . For example, swagger UI doesn't show those properties.
Is it planned to change this behaviour?
Thank you for your help !