For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sanction packets

Fields

In addition to the basic packet fields, sanction packets have the following additional fields:

Field name
JSON type
Description

team

string

The team to which the sanctions are being applied

game

int

The current game

sanctionType

string

A discriminator field that can be used to identify the type of sanction assigned to the party.

Possible values:

  • PlayerYellowCard

  • PlayerYellowRedOne

  • PlayerYellowRedTwo

Sample

{
    "eventElementType": "Sanction",
    "id": 0,
    "seqNum": 51,
    "sanctionType": "PlayerYellowCard",
    "team": "TeamA",
    "game": 2,
    "timestamp": "1970-01-01T00:00:00.000Z"
}

Last updated

Was this helpful?