Skip to main content

callback-payload-verification-signature-header-required

Overview

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

When payload verification is defined for a callback group, the signatureHeader field must be specified. This identifies the HTTP header that contains the signature for payload verification.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe payload verification signature header is required for the callback group.
CodeOPENAPI3APIMATIC_L515
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Callbacks
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting callback payload verification signature header required

Suggested Fixes

  • Specify the signatureHeader field in the payload verification definition.
  • The signature header identifies which HTTP header contains the verification signature.

For More Information