use ;
/// JSON object for a motor
///
/// ```json
/// {
/// "id": 0,
/// "inverted": false // Default: false
/// }
/// ```
///
/// Original source: [here](https://github.com/ewpratten/lib5k/blob/master/lib5k/src/main/java/io/github/frc5024/lib5k/config/types/JSONMotor.java)