Skip to main content

callback-payload-verification-valid-signature-value-template

Overview

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

The signature value template in payload verification must follow the expected format with supported placeholders. Invalid templates will prevent proper signature extraction and verification.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe payload verification signature value template is not valid.
CodeOPENAPI3APIMATIC_L520
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Callbacks
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting callback payload verification signature value template invalid

Suggested Fixes

  • Ensure the signature value template follows the expected format.
  • Use only supported placeholders in the signature value template.

For More Information