PenaltyPoints packets
Fields
Field name
JSON type
Description
Sample
{
"eventElementType": "PenaltyPoint",
"id": 0,
"seqNum": 26,
"team": "TeamA",
"matchScore": {
"pointsA": 0,
"pointsB": 0
},
"scores": [
{
"pointsA": 0,
"pointsB": 11
},
{
"pointsA": 5,
"pointsB": 5
},
{
"pointsA": 0,
"pointsB": 0
},
{
"pointsA": 0,
"pointsB": 0
},
{
"pointsA": 0,
"pointsB": 0
}
],
"game": 2,
"timestamp": "1970-01-01T00:00:00.000Z"
}Last updated
Was this helpful?