OpenAPI Schema Names Pascal Case Error (Edit)

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

OpenAPISchemaMetadataDefaultDocumentation

Rule Definition

openapi-schema-names-error.yaml
{"openapi-schema-names-error":{"description":"Schema names, keeping the naming of them consistent across APIs, standardizing how consumers can use in their applications.","message":"Schema Names MUST Exist","severity":"error","given":"$.components.schemas","then":{"field":"@key","function":"truthy"}}}

Back to All of the Rules