Providing parameters with consistent naming helps make it easier for API consumers to understand how they are able to configure their API requests
OpenAPI Components Parameters Casing Camel Error
Message: Parameters Names MUST Be Camel Case
Policies
Centralizing Parameters Using Components
Centralizing parameters in OpenAPI components is how you stop repeating yourself. Define a parameter once, reference it everywhere, and governance gets simpler.
Naming Conventions
Naming conventions are one of the highest-impact governance decisions you can make. Casing rules for paths, parameters, schemas, and properties create a uniform surface area that developers can nav...