-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstructure.json
78 lines (78 loc) · 1.56 KB
/
structure.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"id": "ANA201808100",
"version": 2,
"info": {
"visteam": "OAK",
"hometeam": "ANA"
},
"start": [
{
"player_code": "martn003",
"name": "Nick Martini",
"home_field_indicator": 0,
"batting_order": 1,
"field_position": 7
},
{
"player_code": "chapm001",
"name": "Matt Chapman",
"home_field_indicator": 0,
"batting_order": 2,
"field_position": 5
}
],
"plays": [
{
"inning_number": 1,
"home_field_indicator": 0,
"player_code": "martn003",
"count_at_action": "11",
"all_pitches": "CBX",
"play_events": "7/L"
},
{
"inning_number": 1,
"home_field_indicator": 0,
"player_code": "chapm001",
"count_at_action": "22",
"all_pitches": "BBCFX",
"play_events": "HR/8/F"
},
{
"inning_number": 3,
"home_field_indicator": 1,
"player_code": "uptoj001",
"count_at_action": "12",
"all_pitches": "1C1FFFBX",
"play_events": "S6/G-.1-2",
}
],
"subs": [
{
"player_code": "johnj010",
"player_name": "Jim Johnson",
"home_field_indicator": 1,
"batting_order": 0,
"field_position": 1
},
{
"player_code": "trivl001",
"player_name": "Lou Trivino",
"home_field_indicator": 0,
"batting_order": 0,
"field_position": 1
}
],
"data": [
{
"type": "er",
"player_code": "trivl001",
"runs_earned": 2
},
{
"type": "er",
"player_code": "rodnf001",
"runs_earned": 0
}
]
}