BOS Schema
create
{
"call":, // Always 'create'
"unique_string":, // unique identifier of type unique_string
"timestamp":, // The date/time the game was created (UTC)
"arguments":
{
"season": // The season for the sports
},
"id":
{
"home":, // The home team
"away":, // The away team
"sport":, // The sport
"start_time":, // The scheduled date/time for the game to start (UTC)
"event_group_name": // The event group (league)
},
"provider_info":
{
"match_id":, // Unique identifier for the match (game)
"name":, // Name of the provider
"source": // Always 'direct string input'
"source_file":, // Not used
"pushed": // The date/time the incident was sent (UTC)
}
}in_progress
result
finish
canceled
unique_string
Last updated
Was this helpful?
