Skip to main content

callback-payload-verification-valid-message-template

Overview

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

The message template in payload verification must only contain supported placeholders. Invalid placeholders will prevent the message from being properly constructed for signature verification.

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

Suggested Fixes

  • Ensure the message template contains only supported placeholders.
  • Remove or replace any invalid placeholders in the message template.

For More Information