Ably Volleyball Match State V2
Introduction
The document describes the American Football V2 Match state contract and provides examples of using it.
Ably LiveAccess can be obtained via the AccessControl API
IMPORTANT: All enums
should be considered as extensible, meaning any additional values beyond the ones explicitly defined should be accepted.
Volleyball Match State example:
Section Explanations
match
sets
setNumber
points
scoreInPoints
requestedTimeOuts
setWinner
isGoldenSet
startedAtUtc
finishedAtUtc
isConfirmedComplete
scoreInSets
kills
blocks
outs
aces
errors
serviceErrors
penalties
blockOuts
expulsions
disqualifications
matchStatus
sanctionStatus
other
source
The source property describes the source that is providing the feed for Match State
fixtureId
The fixtureId property indicates the id of the mapped source fixture to Genius Sports fixture
Use case: Id of this fixture (match).
sequence
The sequence property indicates
Use case: Sequence of the latest feed match event.
messageTimestampUtc
The messageTimestampUtc property indicates the exact time of this match state message.
Use case: Time when the match state was last updated.
isReliable
The isReliable property is used to note whether the given match state is reliable or not. This property is a result of the reliability reasons statuses.
Reliability is used to indicate that some of the information within the message may be inaccurate and it should not be relied on for purposes where message accuracy is critical.
Use case: The current match state is reliable.
isCoverageCancelled
The isCoverageCancelled property is used to note whether the coverage of this match has been canceled or not.
Use case: Coverage for this match has not been canceled.
reliabilityReasons
The reliabilityReasons section contains a list of items considered to make an automatic decision about whether the match state is reliable or not.
Use case: The heartbeat for the current match state has been lost, the feed is considered reliable and the coverage is unknown.
coverageCancelledAt
| The time that coverage was cancelled |
source
| Indicates the source of this match state. |
fixtureId
| Indicates the mapped Genius Sports fixture ID |
sequence
| Indicates the sequence number of the feed match events |
messageTimestampUtc
| Timestamp of the latest update to match state (UTC) |
isReliable
| Indicates whether the current match state is reliable or not |
isCoverageCancelled
| Indicates whether the coverage for this particular match has been cancelled or not |
reliabilityReasons
| Heartbeat : Short description of heartbeat status
FeedReliability : Short description of feed reliability status
Coverage : Short description of the coverage for this match
|