> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/config/data-types/internet-address.md).

# Internet Address

Accepts a URL in the format of `http://www.url.com`.

| Value Precision | is AllowMultiple respected? | Has validation? |
| --------------- | --------------------------- | --------------- |
| -               | No                          | Yes             |

### Internet Address Data Type Definition

```json
{
     "fields" : [
     	{
	   "fieldName": "Internet URL",
            "label": "internet_url",
            "required": false,
            "maxLength": 10000,
            "editable": true,
            "dataType": "InternetAddress",
            "allowMultiple": false,
            "listOfValues": []
	},
        ...
    ]
}  
```
