ContractCompact
Represents a compact contract resource.
idContractID (string)
Unique identifier for the contract.
seasonSeason (string)
Season the contract covers.
Possible values: Value must match regular expression ^\d{2}/\d{2}$
ContractCompact
{
"id": "string",
"season": "string"
}