valid-contact-url-format
Overview
This rule belongs to the apimatic-preliminary-linting
ruleset and states that:
String value should be in the format of a proper URL.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Warning |
Message | Contact URL is invalid. |
Code | APIMATICPRE_L002 |
Type | Linting |
Rule System | Syntax |
Broad Category | API |
Products Impacted | Code Generation |
Tags | preliminary checks linting apimatic url contact |
Suggested Fixes
- Ensure that the URL contains http or https scheme.
- Ensure that the URL does not contain any forbidden characters.
- Ensure that the URL is in the format of a proper URL.