Skip to main content

name-exceeds-maximum-allowed-length

Overview

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

Name length must not exceed 100 characters. Names exceeding this limit will cause failures in Code Generation, Docs Generation, and Portal Generation.

PropertyValue
EnabledYes
Maximum SeverityError
MessageSpecified name exceeds the maximum allowed length of 100 characters.
CodeAPIMATICCODEGEN_V003
TypeValidation
Rule SystemSemantic
Broad CategoryName Conventions
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic code generation codegen sdks portal docs validation apimatic name length

Suggested Fixes

  • Shorten the name so that it doesn't exceed 100 characters.
  • Try to keep the name under 50 characters for best results.

For More Information