Skip to content

Instantly share code, notes, and snippets.

@kamgastephane
Created April 6, 2020 14:28
Show Gist options
  • Save kamgastephane/eff794a84b88984afe78519e0edd46b9 to your computer and use it in GitHub Desktop.
Save kamgastephane/eff794a84b88984afe78519e0edd46b9 to your computer and use it in GitHub Desktop.
{
"_id" : "2025148",
"competitionId" : "1",
"seasonYear" : "2020",
"homeTeam" : {
"teamId" : "52268",
"jerseyColor" : "red",
"players" : [
{
"playerId" : "2500640171",
"jerseyNumber" : 1,
"lineupType" : "FIELD",
"numOrder" : 1
},
{
"playerId" : "2500615072",
"jerseyNumber" : 2,
"lineupType" : "BENCH",
"numOrder" : 2
}
],
"staff" : [
{
"staffId" : "79029",
"role" : "COACH"
}
]
},
"awayTeam" : {
"teamId" : "52682",
"jerseyColor" : "blue",
"players" : [
{
"playerId" : "19059181",
"jerseyNumber" : 1,
"lineupType" : "FIELD",
"numOrder" : 1
},
{
"playerId" : "2500882462",
"jerseyNumber" : 2,
"lineupType" : "BENCH",
"numOrder" : 2
}
],
"staff" : [
{
"staffId" : "63672",
"role" : "COACH"
}
]
},
"version" : NumberLong(0),
"_class" : "lineups"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment