Last active
August 29, 2015 14:13
-
-
Save sylvia43/cc3b7fd90cdcde90415d to your computer and use it in GitHub Desktop.
FRC Scouting App Spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"teams" : { | |
"1899" : { | |
"teamName" : "Saints Robotics" | |
} | |
}, | |
"competitions" : { | |
"09091348209384" : { | |
"name" : "Shoreline", | |
"type" : "District", | |
"date" : "UTC: QQQQQQQQ", | |
"matches" : { | |
"234923402320394" : { | |
"teamNum" : 1899, | |
"allianceScore" : 1337, | |
"auton" : { | |
"moved" : true, | |
"totesMoved" : 2, | |
"totesStacked" : 1, | |
"binsMoved" : 1 | |
}, | |
"fouls" : 3, | |
"teleop" : { | |
"totes" : { | |
"level" : 5, | |
"started" : 3, | |
"count" : 3 | |
}, | |
"bins" : { | |
"level" : 3, | |
"stacked" : 4 | |
}, | |
"litters" : { | |
"binned" : 3, | |
"thrown" : 3, | |
"landfilled" : 3 | |
}, | |
"human" : { | |
"totesChuted" : 4, | |
"litterChuted" : 3, | |
"litterThrown" : 3 | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment