Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.17 KB

Match.md

File metadata and controls

23 lines (18 loc) · 2.17 KB

# Match

Properties

Name Type Description Notes
key string TBA match key with the format `yyyy[EVENT_CODE]_[COMP_LEVEL]m[MATCH_NUMBER]`, where `yyyy` is the year, and `EVENT_CODE` is the event code of the event, `COMP_LEVEL` is (qm, ef, qf, sf, f), and `MATCH_NUMBER` is the match number in the competition level. A set number may be appended to the competition level if more than one match in required per set.
comp_level string The competition level the match was played at.
set_number int The set number in a series of matches where more than one match is required in the match series.
match_number int The match number of the match in the competition level.
alliances \TBAAPI\v3client\TBAAPI\v3client\model\MatchSimpleAlliances [optional]
winning_alliance string The color (red/blue) of the winning alliance. Will contain an empty string in the event of no winner, or a tie. [optional]
event_key string Event key of the event the match was played at.
time int UNIX timestamp (seconds since 1-Jan-1970 00:00:00) of the scheduled match time, as taken from the published schedule. [optional]
actual_time int UNIX timestamp (seconds since 1-Jan-1970 00:00:00) of actual match start time. [optional]
predicted_time int UNIX timestamp (seconds since 1-Jan-1970 00:00:00) of the TBA predicted match start time. [optional]
post_result_time int UNIX timestamp (seconds since 1-Jan-1970 00:00:00) when the match result was posted. [optional]
score_breakdown object Score breakdown for auto, teleop, etc. points. Varies from year to year. May be null. [optional]
videos \TBAAPI\v3client\TBAAPI\v3client\model\MatchVideos[] Array of video objects associated with this match. [optional]

[Back to Model list] [Back to API list] [Back to README]