How to implement the function of the "unevalutedProperties" annotation? #268
-
i want to implment "unevalutedProperties" through @Schema, but i don't find this in you vitools doc . What should I do |
Beta Was this translation helpful? Give feedback.
Answered by
CarstenWickner
Jul 26, 2022
Replies: 1 comment
-
As per your other question, you're already making use of the "instance attribute override" feature, which is likely a good approach here as well, short of a "custom definition". But that might give you trouble in the case of recursive structures, i.e., the attribute overrides might be the "safer" option. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
manchuanxingmengyaxinhe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @manchuanxingmengyaxinhe,
As per your other question, you're already making use of the "instance attribute override" feature, which is likely a good approach here as well, short of a "custom definition". But that might give you trouble in the case of recursive structures, i.e., the attribute overrides might be the "safer" option.