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

  1. {
  2.     "schema": {
  3.         "TournamentName": "Text (40)",
  4.         "TypeOfFlights": "Integer",
  5.         "CallawayHH1": "Integer",
  6.         "CallawayHH2": "Integer",
  7.         "CallawayHH3": "Integer",
  8.         "StablefordScoring": "Boolean NOT NULL",
  9.         "StablefordPoints1": "Integer",
  10.         "StablefordPoints2": "Integer",
  11.         "StablefordPoints3": "Integer",
  12.         "StablefordPoints4": "Integer",
  13.         "StablefordPoints5": "Integer",
  14.         "StablefordPoints6": "Integer",
  15.         "PeoriaHH1": "Integer",
  16.         "PeoriaHH2": "Integer",
  17.         "PeoriaHH3": "Integer",
  18.         "PeoriaHH4": "Integer",
  19.         "PeoriaHH5": "Integer",
  20.         "PeoriaHH6": "Integer",
  21.         "NumOfRounds": "Integer",
  22.         "SlopeMethod": "Boolean NOT NULL",
  23.         "MaxHandicap": "Integer",
  24.         "MinHandicap": "Integer",
  25.         "HandicapPercent": "Integer",
  26.         "TieBreakMethod": "Text (20)",
  27.         "SkinAmount": "Currency"
  28.     },
  29.     "data": [
  30.         {
  31.             "TournamentName": "Shoot Out In Hell 99",
  32.             "TypeOfFlights": 1,
  33.             "CallawayHH1": 18,
  34.             "StablefordScoring": 0,
  35.             "StablefordPoints1": 5,
  36.             "StablefordPoints2": 4,
  37.             "StablefordPoints3": 3,
  38.             "StablefordPoints4": 2,
  39.             "StablefordPoints5": 1,
  40.             "StablefordPoints6": 0,
  41.             "NumOfRounds": 3,
  42.             "SlopeMethod": 1,
  43.             "MaxHandicap": 64,
  44.             "MinHandicap": -3,
  45.             "HandicapPercent": 100,
  46.             "TieBreakMethod": "1 Hole Retrogression",
  47.             "SkinAmount": 5
  48.         }
  49.     ]
  50. }