OptionalchangeOptionalcronCron expression for scheduled sync (e.g. "0 2 * * *" for daily at 2 AM).
Mutually exclusive with intervalSeconds.
OptionalenabledWhether automated sync is enabled for this entity document. Default: false (manual sync only).
OptionalintervalInterval in seconds between sync runs. Only used if cronExpression is not set. Minimum: 300 (5 minutes).
OptionalsyncWhether to run a full sync or only incremental (records changed since last sync). Default: "incremental".
For incremental mode, the timestamp column used to detect changes. Default: "__mj_UpdatedAt".