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

  1. {
  2.     "schema": {
  3.         "LastTournament": "Text (40)",
  4.         "CourseName": "Text (45)",
  5.         "Round": "Integer",
  6.         "NumOfRounds": "Integer",
  7.         "FlightType": "Integer",
  8.         "CurrentGPT": "Integer",
  9.         "CurrentGPG": "Integer",
  10.         "Slope": "Boolean NOT NULL",
  11.         "Scramble": "Boolean NOT NULL",
  12.         "TeamScoringMethod": "Text (20)",
  13.         "StablefordScoring": "Boolean NOT NULL",
  14.         "TieBreakMethod": "Text (20)",
  15.         "InitialUseDate": "DateTime",
  16.         "LastAccess": "DateTime",
  17.         "Accesses": "Integer",
  18.         "RegistrationCode": "Text (9)"
  19.     },
  20.     "data": [
  21.         {
  22.             "LastTournament": "Shoot Out In Hell 99",
  23.             "CourseName": "Indian Wells Country Club North Cove Course",
  24.             "Round": 1,
  25.             "NumOfRounds": 3,
  26.             "FlightType": 1,
  27.             "CurrentGPT": 4,
  28.             "CurrentGPG": 4,
  29.             "Slope": 1,
  30.             "Scramble": 0,
  31.             "TeamScoringMethod": "Pro Am",
  32.             "StablefordScoring": 0,
  33.             "TieBreakMethod": "1 Hole Retrogression"
  34.         }
  35.     ]
  36. }