Skip to main content

valid-image-uri

Overview

This rule belongs to the openapi-v3-apimatic-syntax-linting ruleset and states that:

The display image URI for the API must be a non-null and non-empty URI string.

PropertyValue
EnabledYes
Maximum SeverityError
MessageInvalid Image URI found.
CodeOPENAPI3APIMATICSYNTAX_L042
TypeLinting
Rule SystemSyntax
Broad CategoryOpenAPI Info
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi syntax linting apimatic info image uri

Suggested Fixes

  • URI must be non-null and non-empty.
  • The image uri must be an absoute path.

For More Information