Type Alias FieldDef

FieldDef:
    | PrimitiveFieldDef
    | DateFieldDef
    | ObjectFieldDef
    | ArrayFieldDef
    | EnumFieldDef

A field definition within an ObjectSchema.

This is the union of all supported field types:

Each variant is discriminated by the type property.