Skip to content

Instantly share code, notes, and snippets.

@tfgrahame
Last active December 28, 2015 16:49
Show Gist options
  • Save tfgrahame/7531237 to your computer and use it in GitHub Desktop.
Save tfgrahame/7531237 to your computer and use it in GitHub Desktop.
class: SportsTeam
property: statistics [expectedType: SportsStatistics]
class: SportsResult
property: statistics [expectedType: SportsStatistics]
class: SportsStatistics
property: leaguePosition [expectedType: Integer]
property: subScore [expectedType: Integer]
property: score [expectedType: Integer]
property: scoreAttempts [expectedType: Integer]
property: possession [expectedType: Integer]
property: points [expectedType: Integer]
property: wins [expectedType: Integer]
property: draws [expectedType: Integer]
property: losses [expectedType: Integer]
property: pointsScoredFor [expectedType: Integer]
property: pointsScoredAgainst [expectedType: Integer]
property: pointsDifference [expectedType: Integer]
property: pointsTotal [expectedType: Integer]
subClass: SoccerStatistic
property: redCards [expectedType: Integer]
property: yellowCards [expectedType: Integer]
property: shotsOnTarget [expectedType: Integer]
property: corners [expectedType: Integer]
property: fouls [expectedType: Integer]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment