server-url-uses-https
Overview
This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:
You must only use HTTPS for the server transport protocol.
| Property | Value |
|---|---|
| Enabled | No |
| Maximum Severity | Warning |
| Message | Improper transport protocol used for server URL. |
| Code | OPENAPI3APIMATIC_L110 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Servers |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | openapi3 openapi apimatic semantic linting server transfer protocol https |
Suggested Fixes
- Ensure that the server uses https transfer protocol.