Optional
source: { Optional
type?: { The type of the field.
Optional
commonCommonly occurring fields that have the same semantic meaning in different document types will often have a set common type.
Optional
fullUnique global field type name prefixed with the document types of all containing documents
Optional
listA 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
name?: stringLocal field type name scoped to the containing document type
Optional
normalizedNormalized global field type name. Fields in document types derived from the same base document type in the schema will have the same normalized name.
Optional
validationField validation status. Applicable only to fields that support some kind of validation.
Optional
value?: null | { Value of the field. Applicable only to text fields.
The type of the field.
Field validation status. Applicable only to fields that support some kind of validation.
Value of the field. Applicable only to text fields.
Generic document field