home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "TournamentName": "Text (40)",
- "TypeOfFlights": "Integer",
- "CallawayHH1": "Integer",
- "CallawayHH2": "Integer",
- "CallawayHH3": "Integer",
- "StablefordScoring": "Boolean NOT NULL",
- "StablefordPoints1": "Integer",
- "StablefordPoints2": "Integer",
- "StablefordPoints3": "Integer",
- "StablefordPoints4": "Integer",
- "StablefordPoints5": "Integer",
- "StablefordPoints6": "Integer",
- "PeoriaHH1": "Integer",
- "PeoriaHH2": "Integer",
- "PeoriaHH3": "Integer",
- "PeoriaHH4": "Integer",
- "PeoriaHH5": "Integer",
- "PeoriaHH6": "Integer",
- "NumOfRounds": "Integer",
- "SlopeMethod": "Boolean NOT NULL",
- "MaxHandicap": "Integer",
- "MinHandicap": "Integer",
- "HandicapPercent": "Integer",
- "TieBreakMethod": "Text (20)",
- "SkinAmount": "Currency"
- },
- "data": [
- {
- "TournamentName": "Shoot Out In Hell 99",
- "TypeOfFlights": 1,
- "CallawayHH1": 18,
- "StablefordScoring": 0,
- "StablefordPoints1": 5,
- "StablefordPoints2": 4,
- "StablefordPoints3": 3,
- "StablefordPoints4": 2,
- "StablefordPoints5": 1,
- "StablefordPoints6": 0,
- "NumOfRounds": 3,
- "SlopeMethod": 1,
- "MaxHandicap": 64,
- "MinHandicap": -3,
- "HandicapPercent": 100,
- "TieBreakMethod": "1 Hole Retrogression",
- "SkinAmount": 5
- }
- ]
- }