Use plural nouns for collections and one consistent casing (e.g. snake_case or camelCase) for fields across the entire API.
Why This Matters
Mixed casing and singular/plural inconsistencies increase client integration errors and raise the cognitive cost of using the API.
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.