If a field is annotated with a notationType, but the value is null, the annotation is ignored. In the example below, it would be as if @notationType -- yaml weren't there.
animals:
# -- (list) Declaring object as yaml with null value
# @notationType -- yaml
lizards:
Apply this patch to reproduce the problem: notation-test.patch
If a field is annotated with a
notationType, but the value isnull, the annotation is ignored. In the example below, it would be as if@notationType -- yamlweren't there.Apply this patch to reproduce the problem: notation-test.patch