Skip to main content

valid-apimatic-metadata-syntax

Overview

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

An APIMatic Metadata file must follow pre-defined syntax rules. All properties must be defined according to those rules. Contact APIMatic team for more details.

PropertyValue
SeverityBlocking
MessageThe APIMatic Metadata file provided is invalid.
CodeAPIMATICSYNTAX_V600
TypeValidation
Rule SystemSyntax
Broad CategoryAPIMatic Metadata
Products ImpactedCode Generation, Developer Experience Portal, API Transformer
Tagssyntax service description language sdl metadata validation apimatic

Suggested Fixes

  • Fix any syntax issues in the Metadata file.
  • Ensure that you haven't defined a property expected to be an array as an object or vice versa.
  • Make sure that you didn't declare a numeric property as a string or vice versa.

For More Information