Optionalsource: DeepPartial<FieldType>ReadonlycommonCommonly occurring fields that have the same semantic meaning in different document types will often have a set common type.
ReadonlyfullUnique global field type name prefixed with the document types of all containing documents.
ReadonlylistA document can contain multiple fields of the same name, the property serves for storing natural order of such fields, null if multiple entries aren't allowed for this field.
ReadonlynameLocal field type name scoped to the containing document type.
ReadonlynormalizedNormalized global field type name. Fields in document types derived from the same base document type in the schema will have the same normalized name.
Optionalconfig: ToJsonConfigurationOptional ReadonlycommonType?: CommonFieldType | nullCommonly occurring fields that have the same semantic meaning in different document types will often have a set common type.
Optional ReadonlyfullName?: stringUnique global field type name prefixed with the document types of all containing documents.
Optional ReadonlylistIndex?: number | nullA document can contain multiple fields of the same name, the property serves for storing natural order of such fields, null if multiple entries aren't allowed for this field.
Optional Readonlyname?: stringLocal field type name scoped to the containing document type.
Optional ReadonlynormalizedName?: stringNormalized global field type name. Fields in document types derived from the same base document type in the schema will have the same normalized name.
Optionalserialize?: (
Generic Document Type.