Skip to main content

valid-email-address

Overview

This rule belongs to the openapi-v3-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.
CodeOPENAPI3SYNTAX_V221
TypeValidation
Rule SystemSyntax
Broad CategoryMiscellaneous
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi syntax validation email

Suggested Fixes

  • Ensure that the value is not empty or null.
  • Ensure that the value does not contain leading or trailing whitespace characters.

For More Information