Season Competitor
Table of Contents
SeasonCompetitor
What is SeasonCompetitor? A SeasonCompetitor is representation of the relation between a Season and a Competitor like the “Manchester United” Football Team which is part of the “Premier league 2021/2022” Season in the UK. It is used to define which are the Competitors which can take part in the Fixtures which are related to the Season.
Read Data Points
Field | Type | Nullable | Description |
---|---|---|---|
id | int64|unsigned | The numeric identifier of the Season Competitor in GSS | |
isActive | boolean | Whether the Competitor was added to the Season but cannot take part in the Fixtures for it. If true the Competitor can take part in the Fixtures for the Season. If false the Competitor cannot. | |
season | object|SeasonEmbed | The Season to which the Competitor is related. | |
Competitor | object|CompetitorEmbed | The Competitor to which the Season is related. | |
createdOn | timestamp | The timestamp when the data entity was created | |
modifiedOn | timestamp | The timestamp when the data entity was modified | |
updatesCount | int32|unsigned | The amount of times the data entity was updated | |
isDeleted | boolean |
| Whether the Season Competitor relation was removed. |