OpenAPI Schema Names Pascal Case Info (Edit)

Schema names are pascal case, keeping the naming of them consistent across APIs, standardizing how consumers can use in their applications

OpenAPISchemaMetadata

Rule Definition

openapi-schema-names-pascal-case-info.yaml
{"openapi-schema-names-pascal-case-info":{"description":"Schema names are pascal case, keeping the naming of them consistent across APIs, standardizing how consumers can use in their applications","message":"Schema Names Are PascalCase.","severity":"info","given":"$.components.schemas","then":[{"field":"@key","function":"pattern","functionOptions":{"notMatch":"^[A-Z](([a-z]+[A-Z]?)*)$"}},{"field":"@key","function":"pattern","functionOptions":{"notMatch":"^[A-Z](([a-z0-9]+[A-Z]?)*)$"}}]}}

Back to All of the Rules