{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "stats": "https://statsperform.com/vocab/", "id": "@id", "type": "@type", "Event": "schema:SportsEvent", "Team": "schema:SportsTeam", "Player": "schema:Person", "Article": "schema:NewsArticle", "BoxScore": "stats:BoxScore", "PlayByPlay": "stats:PlayByPlay", "eventId": "stats:eventId", "startDateTime": "schema:startDate", "status": "schema:eventStatus", "sport": "stats:sport", "league": "stats:league", "homeTeam": "schema:homeTeam", "awayTeam": "schema:awayTeam", "homeScore": "schema:homeScore", "awayScore": "schema:awayScore", "periods": "stats:periods", "teamId": "stats:teamId", "name": "schema:name", "abbreviation": "stats:abbreviation", "city": "schema:addressLocality", "conference": "stats:conference", "division": "stats:division", "logoUrl": "schema:logo", "founded": "schema:foundingDate", "venue": "schema:location", "playerId": "stats:playerId", "firstName": "schema:givenName", "lastName": "schema:familyName", "position": "schema:jobTitle", "jerseyNumber": "stats:jerseyNumber", "birthDate": "schema:birthDate", "birthCity": "schema:birthPlace", "headline": "schema:headline", "publishedAt": "schema:datePublished", "body": "schema:articleBody", "season": "stats:season", "wins": "stats:wins", "losses": "stats:losses", "winPct": "stats:winPercentage", "points": "stats:points" } }