Susan Witts
Susan Witts
Thanks for looking into this! I think it needs the `@JsonIdentityInfo` annotation for the YAML case where it uses anchors and aliases: ``` - name: cmd2 typeDefinition: &x '@type': enum...
@JooHyukKim Yep, I tried that, but that causes _InvalidTypeIdException_ (both in 2.15.4 and 2.16) for the YAML anchor case. I think the `@JsonIdentityInfo` is involved with how YAML aliases find...
If this is fixed for YAML, then that's a good fix in my world! :-) Brilliant - thanks all, much appreciated!