home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21B.mdf / win95 / diversen / golfts30 / golfts30.exe / %MAINDIR% / golftsw.mdb / tblTournamentScoring.json < prev    next >
Encoding:
JavaScript Object Notation  |  1999-06-06  |  785 b 

  1. {
  2.     "schema": {
  3.         "TournamentName": "Text (40)",
  4.         "Round": "Integer",
  5.         "CourseName": "Text (45)",
  6.         "Scramble": "Boolean NOT NULL",
  7.         "TeamScoringMethod": "Text (20)",
  8.         "GolfersPerGroup": "Integer",
  9.         "GolfersPerTeam": "Integer"
  10.     },
  11.     "data": [
  12.         {
  13.             "TournamentName": "Shoot Out In Hell 99",
  14.             "Round": 1,
  15.             "CourseName": "Indian Wells Country Club North Cove Course",
  16.             "Scramble": 0,
  17.             "TeamScoringMethod": "Pro Am",
  18.             "GolfersPerGroup": 4,
  19.             "GolfersPerTeam": 4
  20.         },
  21.         {
  22.             "TournamentName": "Shoot Out In Hell 99",
  23.             "Round": 2,
  24.             "CourseName": "Mission Hills Country Club Challenge Course",
  25.             "Scramble": 0,
  26.             "TeamScoringMethod": "Best 1 Ball",
  27.             "GolfersPerGroup": 4,
  28.             "GolfersPerTeam": 2
  29.         },
  30.         {
  31.             "TournamentName": "Shoot Out In Hell 99",
  32.             "Round": 3,
  33.             "CourseName": "PGA West Nicklaus Tournament Course",
  34.             "Scramble": 1,
  35.             "TeamScoringMethod": "Scramble",
  36.             "GolfersPerGroup": 4,
  37.             "GolfersPerTeam": 4
  38.         }
  39.     ]
  40. }