Created
April 18, 2017 07:05
-
-
Save tolinwei/f7ff3aecc416a3333964ffe331295e6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"slots": [ | |
"SportsTeam" | |
], | |
"prioritizedAuthorities": [ | |
{ | |
"rankedAuthorities": [ | |
"LIVE_TV_SPORTS_TEAM_ER_SERVICE", | |
"LIVE_SPORTS_ER_SERVICE" | |
] | |
} | |
] | |
}, | |
{ | |
"slots": [ | |
"Sport" | |
], | |
"prioritizedAuthorities": [ | |
{ | |
"rankedAuthorities": [ | |
"LIVE_TV_SPORT_ER_SERVICE", | |
"LIVE_SPORTS_ER_SERVICE" | |
] | |
} | |
] | |
}, | |
{ | |
"slots": [ | |
"League" | |
], | |
"prioritizedAuthorities": [ | |
{ | |
"rankedAuthorities": [ | |
"LIVE_TV_LEAGUE_ER_SERVICE", | |
"LIVE_SPORTS_ER_SERVICE" | |
] | |
} | |
] | |
}, | |
{ | |
"slots": [ | |
"SportsTeamOpponent", | |
"Event" | |
], | |
"prioritizedAuthorities": [ | |
{ | |
"rankedAuthorities": [ | |
"LIVE_SPORTS_ER_SERVICE" | |
] | |
} | |
] | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment