Describe the bug
The teams field of the Match types and the alliances field of the MatchScores family of types are now capitalized. They weren't before and the api docs say they should not be.
To Reproducecurl 'https://ftc-api.firstinspires.org/v2.0/2023/schedule/USTXWLALT1/qual/hybrid' -H 'Authorization: Basic YOUR_API_KEY'. Observe that the teams field is Teams.
Expected behaviorteams and alliances should be all lowercase as it says in the docs.
Describe the bug The
teams
field of theMatch
types and the alliances field of theMatchScores
family of types are now capitalized. They weren't before and the api docs say they should not be.To Reproduce
curl 'https://ftc-api.firstinspires.org/v2.0/2023/schedule/USTXWLALT1/qual/hybrid' -H 'Authorization: Basic YOUR_API_KEY'
. Observe that theteams
field isTeams
.Expected behavior
teams
andalliances
should be all lowercase as it says in the docs.