UrlV2
Properties
Name |
Type |
Description |
Notes |
userFormat |
String |
URL format as provided by user. Note: Please be aware that this format may vary between URLs. If you need a format for programmatic purposes, please consider using the field `rfc3986Format`. |
[optional] [default to null] |
normalFormat |
String |
Normalized format of the URL |
[optional] [default to null] |
rfc3986Format |
Url_rfc3986Format |
|
[optional] [default to null] |
includesAuthority |
Boolean |
Is `true` if the URL contains an authority part, which means at least a host. |
[optional] [default to null] |
isSyntaxValid |
Boolean |
Is `true` if URL syntax is valid, but not necessearily resolvable. `\"https://localhost\"` is valid and resolvable, but not remote. |
[optional] [default to null] |
isResolvable |
Boolean |
Is `true` if at the time of validation the URL is resolvable. `\"https://localhost\"` is valid and resolvable, but not remote. Note: This signal may change over time. |
[optional] [default to null] |
isRemote |
Boolean |
Is `true` if the URL is resolvable to a remote host. `\"https://localhost\"` is valid and resolvable, but not remote. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]