Schema property names are camel case, providing consistent casing across all the schema properties used by APIs
OpenAPI Schema Properties Names Camel Case Error
Message: Schema Property Names MUST Be camelCase.
Policies
Schema Property Names
Property names are part of the contract consumers code against. Consistent casing, reasonable length, and meaningful names make the difference between an API that is intuitive and one that is frust...
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...