RichUrlV2_url
Properties
| Name |
Type |
Description |
Notes |
| 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] |
| 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 |
Repository_pipelineInput_oneOf_enrichMobile_oneOf_responseEndpointUrl_oneOf_normalFormat |
|
[optional] [default to null] |
| rfc3986Format |
Repository_pipelineInput_oneOf_enrichMobile_oneOf_responseEndpointUrl_oneOf_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] |
[Back to Model list] [Back to API list] [Back to README]