Skip to main content

callback-valid-placeholder-delimiter

Overview

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

Placeholders in the payload verification message template must use valid delimiters. Invalid delimiters will prevent proper parsing of the message template.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe payload verification message template has an invalid placeholder delimiter.
CodeOPENAPI3APIMATIC_L522
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Callbacks
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting callback payload verification message template placeholder delimiter

Suggested Fixes

  • Ensure all placeholders in the message template use valid delimiters.
  • Check that opening and closing delimiters are properly matched.

For More Information