Open frynet opened 2 years ago
There isn't such a feature. In theory it would't be too complicated to add an annotation to condition spec generation.
this is the relevant logic to be eliminated i believe, however there may be side effects if the relevant modules use this for initialization. Maybe a per-module logic may be wiser to allow for modular implementation of the feature.
I've already added annotation
@get:JsonIgnore
for my fields. It works fine for runtime requests / responses.But I need to hide some fields in swagger doc for not misleading frontend-developers. (Those fields also marked as required).
I've already tried to find any solution for my issue in this repository but not found.