blob: 27ed472cf3813e4a174ff5049f58f5898cf4fcf2 [file] [log] [blame]
namespace scouting.webserver.requests;
table SubmitNotes {
team:int (id: 0);
notes:string (id: 1);
good_driving:bool (id: 2);
bad_driving:bool (id: 3);
sketchy_pickup:bool (id: 4);
sketchy_placing:bool (id: 5);
good_defense:bool (id: 6);
bad_defense:bool (id: 7);
easily_defended:bool (id: 8);
}
root_type SubmitNotes;