Field name on the Motto entity type that maps to the sport.
This has to be an entity reference OR if it matches exactly the Spiideo sport enum values, a string field,
E.g. fields.sport (which may be an entity reference)
E.g. fields.sport_type (which may be resolve to a string field with values like "football", "basketball", etc.)
E.g. football (a hard-coded string field, instead of a resolvable field keypath).
If not set, the default Spiideo sport will be used, as it's configured on the SpiideoIntegration.
Field name on the Motto entity type that maps to the abbreviation.
This has to be a string field that contains the abbreviated name.
E.g. fields.abbreviation or fields.short_name
If not set, an abbreviation will be generated based on the name of the team.