You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: