Skip to main content

valid-email-address

Overview

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

String value must be in the format of an email.

PropertyValue
EnabledYes
Maximum SeverityError
MessageValue is not a valid email address.
CodeSWAGGER20SYNTAX_V102
TypeValidation
Rule SystemSyntax
Broad CategoryMiscellaneous
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsswagger2 swagger syntax validation email

Suggested Fixes

  • Ensure that the value is in a valid email format.
  • Ensure that the value is not empty or null.
  • Ensure that the value does not contain leading or trailing whitespace characters.

For More Information