Skip to main content

required-non-empty-additional-header-name

Overview

This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:

A non-null, non-empty, user-friendly name must be provided for the additional header in x-additional-headers APIMatic extension.

PropertyValue
EnabledYes
Maximum SeverityError
MessageAdditional header name is missing or empty.
CodeOPENAPI3APIMATIC_L872
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Security Schemes
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting additional header empty name

Suggested Fixes

  • Name of the additional header must not be null or empty.
  • Assign a code-friendly and user-friendly name.
  • Avoid using special characters in the name.

For More Information