includePolymorphicDiscriminator
Whether to include a type discriminator field in polymorphic schemas.
When enabled, each polymorphic subtype schema gets an additional "type" property containing a constant string equal to the subtype's simple class name.
It's a good practice to enable it by default