Skip to content

Instantly share code, notes, and snippets.

@sylvia43
Last active August 29, 2015 14:13
Show Gist options
  • Save sylvia43/cc3b7fd90cdcde90415d to your computer and use it in GitHub Desktop.
Save sylvia43/cc3b7fd90cdcde90415d to your computer and use it in GitHub Desktop.
FRC Scouting App Spec
{
"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