Skip to main content

valid-name-length-conventions

Overview

This rule belongs to the apimatic-codegen-validation ruleset and states that:

Name length must not be equal to or exceed 50 characters.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageSpecified name violates maximum length restrictions.
CodeAPIMATICCODEGEN_V002
TypeValidation
Rule SystemSemantic
Broad CategoryName Conventions
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic code generation codegen sdks portal docs validation apimatic name

Suggested Fixes

  • Shorten the name so that it does not exceed the limit.
  • Try to keep the name under 25 characters.

For More Information