unique-environment
Overview
This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:
The environments defined in the server configuration of the API must have unique names.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Duplicate definitions of environment found. |
| Code | OPENAPI3APIMATIC_L103 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Servers |
| Products Impacted | API Transformer, Code Generation |
| Tags | openapi3 openapi apimatic semantic linting environment server configuration |
Suggested Fixes
- Remove duplicate environment definitions.
- Make sure all environments are assigned unique names.