Skip to main content

required-server-parameter-type

Overview

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

Server parameter definition in the server configuration of the API must specify a type.

PropertyValue
EnabledYes
Maximum SeverityError
MessageServer parameter type is missing or empty.
CodeOPENAPI3APIMATIC_L119
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Servers
Products ImpactedAPI Transformer, Code Generation
Tagsopenapi3 openapi apimatic semantic linting server parameter server configuration type

Suggested Fixes

  • Set a type for each server parameter.

For More Information