home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "TournamentName": "Text (40)",
- "Round": "Integer",
- "CourseName": "Text (45)",
- "Scramble": "Boolean NOT NULL",
- "TeamScoringMethod": "Text (20)",
- "GolfersPerGroup": "Integer",
- "GolfersPerTeam": "Integer"
- },
- "data": [
- {
- "TournamentName": "Shoot Out In Hell 99",
- "Round": 1,
- "CourseName": "Indian Wells Country Club North Cove Course",
- "Scramble": 0,
- "TeamScoringMethod": "Pro Am",
- "GolfersPerGroup": 4,
- "GolfersPerTeam": 4
- },
- {
- "TournamentName": "Shoot Out In Hell 99",
- "Round": 2,
- "CourseName": "Mission Hills Country Club Challenge Course",
- "Scramble": 0,
- "TeamScoringMethod": "Best 1 Ball",
- "GolfersPerGroup": 4,
- "GolfersPerTeam": 2
- },
- {
- "TournamentName": "Shoot Out In Hell 99",
- "Round": 3,
- "CourseName": "PGA West Nicklaus Tournament Course",
- "Scramble": 1,
- "TeamScoringMethod": "Scramble",
- "GolfersPerGroup": 4,
- "GolfersPerTeam": 4
- }
- ]
- }