✅ Trying to use a polymorphic type discriminator to deserialize child classes

[JsonDerivedType(typeof(Effect), typeDiscriminator: "base")] above the class gives me JsonDerivedType could not be found error. The documentation doesn't seem to mention how to define it.
Was this page helpful?