#: Default incident schema as sent from the data proxy
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Bookie dataproxy Json",
"description": "Bookie dataproxy exchange event trigger format",
"description": "The unique name of the sport, in english",
"description": "The unique name of the event group, in english (e.g. the league)",
"description": "The start time of the event in UTC, ISO format",
"description": "The unique name of the home team, in english",
"description": "The unique name of the away team, in english",
"required": ["sport", "event_group_name", "start_time", "home", "away"],
"description": "The trigger that was called",
"enum": ["create", "in_progress", "finish", "result", "unknown", "settle"],
"description": "The unique season of the sport",
"description": "The time the start was whistled on in UTC, ISO format",
"type": ["null", "string"],
"description": "The time the end was whistled off in UTC, ISO format",
"type": ["null", "string"],
"description": "The score of the home team",
"description": "The score of the away team",
"required": ["id", "call", "arguments"],