Skip to main content

unique-server

Overview

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

The servers defined for an environment in the server configuration of the API must have unique names.

PropertyValue
EnabledYes
Maximum SeverityError
MessageDuplicate definitions of server found in the environment.
CodeOPENAPI3APIMATIC_L106
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Servers
Products ImpactedAPI Transformer, Code Generation
Tagsopenapi3 openapi apimatic semantic linting server environment

Suggested Fixes

  • Remove duplicate server definitions.
  • Make sure all servers are assigned unique names.

For More Information