home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "season": "Integer",
- "week": "Integer",
- "team_id": "Long Integer",
- "formation_name": "Text (30)",
- "watch_game": "Integer",
- "game_style": "Integer",
- "action_replay": "Integer",
- "match_speed": "Integer",
- "fa_round": "Integer",
- "po_round": "Integer",
- "cc_round": "Integer",
- "training": "Integer",
- "first_season": "Integer",
- "balance": "Long Integer",
- "ball_size": "Integer",
- "bonus": "Integer",
- "manager": "Text (50)",
- "contract": "Integer"
- },
- "data": [
- {
- "season": 93,
- "week": 1,
- "team_id": -1,
- "formation_name": "4-4-2",
- "watch_game": -1,
- "game_style": 1,
- "action_replay": 0,
- "match_speed": 0,
- "fa_round": 1,
- "po_round": 1,
- "cc_round": 1,
- "training": 0,
- "first_season": 93,
- "balance": 250000,
- "ball_size": 1,
- "bonus": 0,
- "manager": "WinSport",
- "contract": 3
- }
- ]
- }