home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "LastTournament": "Text (40)",
- "CourseName": "Text (45)",
- "Round": "Integer",
- "NumOfRounds": "Integer",
- "FlightType": "Integer",
- "CurrentGPT": "Integer",
- "CurrentGPG": "Integer",
- "Slope": "Boolean NOT NULL",
- "Scramble": "Boolean NOT NULL",
- "TeamScoringMethod": "Text (20)",
- "StablefordScoring": "Boolean NOT NULL",
- "TieBreakMethod": "Text (20)",
- "InitialUseDate": "DateTime",
- "LastAccess": "DateTime",
- "Accesses": "Integer",
- "RegistrationCode": "Text (9)"
- },
- "data": [
- {
- "LastTournament": "Shoot Out In Hell 99",
- "CourseName": "Indian Wells Country Club North Cove Course",
- "Round": 1,
- "NumOfRounds": 3,
- "FlightType": 1,
- "CurrentGPT": 4,
- "CurrentGPG": 4,
- "Slope": 1,
- "Scramble": 0,
- "TeamScoringMethod": "Pro Am",
- "StablefordScoring": 0,
- "TieBreakMethod": "1 Hole Retrogression"
- }
- ]
- }