Skip to main content

required-gavel-request

Overview

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

When defining a test case, you must define the input test data for your request using the root level request property. This property must not be missing or set to null.

PropertyValue
EnabledYes
Maximum SeverityError
MessageRequired property request is missing from the root Gavel object.
CodeAPIMATICGAVEL_V001
TypeValidation
Rule SystemSemantic
Broad CategoryGavel Request
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsgavel apimatic semantic validation request

Suggested Fixes

  • Ensure that the request property exists in the root object.
  • Ensure that the request property is not set as null.
  • Ensure that the request property name does not have any typos.

For More Information