Database schema property this maps to, or null for computed properties.
Updated description, or null to preserve existing.
Property key to modify.
Whether property should accept null values.
Evidence and reasoning for nullability change.
Describe the DB nullable vs DTO non-null mismatch.
Whether property should be in required array.
Updated specification, or null to preserve existing.
Discriminator for property revision type.
Change the nullability or required status of a property.
Use for DB nullable to DTO non-null violations. Do not use for the reverse (DB non-null to DTO nullable is intentionally allowed).
Author
Samchon