Attribute: Website
Description
A website associated with a business.
Data Fields
| Field Name | Description | Data Type |
|---|---|---|
| website | The complete url of the website including protocol, subdomain and path | string |
| subdomain | The subdomain component of the website (e.g. "documentation" in "https://documentation.enigma.com/getting_started/introduction") | string |
| domain | The subdomain component of the website (e.g. "enigma" in "https://documentation.enigma.com/getting_started/introduction") | string |
| topLevelDomain | The top_level_domain (a.k.a. tld) component of the website (e.g. "com" in "https://documentation.enigma.com/getting_started/introduction") | string |
| path | The path component of the website (e.g. "getting_started/introduction" in "https://documentation.enigma.com/getting_started/introduction") | string |
| fragment | The fragment component of the website (e.g. "getting_started/introduction" in "https://documentation.enigma.com/getting_started/introduction") | string |