Skip to main content

callback-payload-verification-algorithm-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 algorithm field must be specified. This defines the hashing algorithm used to verify the integrity of the callback payload.

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

Suggested Fixes

  • Specify a valid algorithm field in the payload verification definition.
  • Supported algorithms include HMAC-SHA256, HMAC-SHA512, etc

For More Information