Type schema of array elements.
OptionalmaxOptionalminDiscriminator value. MUST be a single string, NEVER an array.
For nullable types, use IOneOf instead: { oneOf: [{ type: "string" }, { type: "null" }] }
OptionaluniqueIf true, array elements must be unique.
Optionalx-Optionalx-true when the interface composition marker pass stamped this nested
*.ICreate property as a required parent composition
(AutoBeDatabase.IParentComposition with presence: "required")
that the parent's create/IJoin body must co-create. A
producer-asserted structural marker so realize detects the children to
co-create by it instead of by the referenced DTO's name; absent/false
for every other property, including optional compositions.
Optionalx-Field-level security classification propagated from the mapped database
column (AutoBeDatabase.IPlainField.security); null/absent for
an ordinary column or a property with no database column. Inline
literal by contract — never aliased to a named type.
Optionalx-
Array type info.