Skip to main content

payload-verification-custom-algorithm-name-required

Overview

This rule belongs to the apimatic-codegen-validation ruleset and states that:

When a custom algorithm is specified in payload verification configuration, a name field should be provided to identify the custom verifier implementation.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessagePayload verification is missing name field for custom algorithm.
CodeAPIMATICCODEGEN_V525
TypeValidation
Rule SystemSemantic
Broad CategoryWebhooks
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic code generation codegen sdks portal docs validation apimatic webhook callback payload verification custom algorithm name field configuration

Suggested Fixes

  • Add a name field to specify the custom verifier implementation class or identifier.
  • The name field is required only when algorithm is set to 'Custom'.
  • Provide a meaningful name that identifies your custom verification implementation.
  • If using built-in algorithms, the name field isn't required.

For More Information