Schema names are pascal case, keeping the naming of them consistent across APIs, standardizing how consumers can use in their applications
OpenAPI Schema Names Pascal Case Info
Message: Schema Names Are PascalCase.
Policies
Schema Names
Schema names should follow consistent casing conventions and be descriptive enough that you know what they represent without reading the properties. Pascal case is what I see working best.
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...