| { |
| "version": 2, |
| "layout": "column-oriented", |
| "interned_fields": [ |
| "g", |
| "h", |
| "v", |
| "z", |
| "a" |
| ], |
| "lookup_tables": { |
| "g": "game_codes", |
| "h": "team_codes", |
| "v": "team_codes", |
| "z": "zone_codes", |
| "a": "action_codes" |
| }, |
| "fields": { |
| "g": "GAME_ID (interned)", |
| "dt": "GAME_DATE (YYYY-MM-DD)", |
| "h": "home team abbr (interned)", |
| "v": "visiting team abbr (interned)", |
| "p": "period (1=Q1..4=Q4, 5+=OT)", |
| "t": "seconds remaining in period", |
| "a": "ACTION_TYPE (interned)", |
| "z": "SHOT_ZONE_BASIC (interned)", |
| "d": "SHOT_DISTANCE (feet)", |
| "x": "LOC_X (tenths of feet from center)", |
| "y": "LOC_Y (tenths of feet from baseline)", |
| "m": "1=made, 0=missed", |
| "3": "1=three-pointer, 0=two-pointer", |
| "s": "season (start year, e.g. 2024 = 2024/25)", |
| "po": "1=playoffs, 0=regular season" |
| } |
| } |