Skip to content

Instantly share code, notes, and snippets.

@denikus
Created June 30, 2018 12:05
Show Gist options
  • Save denikus/9b4388ea170bb517785a80e690e9c21e to your computer and use it in GitHub Desktop.
Save denikus/9b4388ea170bb517785a80e690e9c21e to your computer and use it in GitHub Desktop.
{
referies: [
{id: , name: },
{id: , name: }
]
host: {
score: 5,
first_part_fouls: 1,
second_part_fouls: 2,
players: [
{id:, name:, events: [
{id: , minute:, event_type: 1}
]}
]
}
guest: {
score: 5,
first_part_fouls: 1,
second_part_fouls: 2,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment