FieldDefinition
Defines a field in an entity schema for REST connector data sources, specifying the field name and data type.
Types
Properties
The data type of the field.
Per-field overrides for filter behavior, allowing customization of how filters are applied to this specific field.
Indicates whether this field can contain null values.
Indicates whether this field can be used for ordering results.
Indicates whether this field can be used for partitioning queries to the data source.
Indicates whether this field can be used in filter predicates when querying data.
The format pattern for parsing date values from API responses. Required when the API uses a non-ISO-8601 format. Accepts Java DateTimeFormatter patterns (for example, EEE, d MMM yyyy HH:mm:ss Z), EPOCH_SECONDS for Unix epoch seconds, or EPOCH_MILLIS for Unix epoch milliseconds.