### Target List

Name            | Type                  | Description 
---             | ---                   | ---
`id`            | String <span style="color:grey">*immutable*</span>      | Unique identifier of the target list. This is generated by system upon creation and cannot be changed
`name`          | String <span style="color:orange">*required*</span> <span style="color:grey">*max_length=24*</span>  | Readable name of this target list. *Required on creation
`owner`         | String <span style="color:orange">*required*</span> <span style="color:grey">*immutable*</span> | Owner of this target list, either `global` or a box gid. *Required on creation
`targets`       | String[]              | List of all targets, supports domain name w/ or w/o wildcard, IP, and IP range (CIDR)
`category`      | [Category](#category) <span style="color:gray">*optional*</span> | A tag to easily identify this target list
`notes`         | String <span style="color:gray">*optional*</span>                | A literal string for more descriptions of this target list
`lastUpdated`   | Number <span style="color:grey">*immutable*</span>  | A Unix timestamp that shows the last time this target list was changed

### Category

|Possible Values| 
|---|
| `ad` `edu` `games` `gamble` `intel` `p2p` `porn` `private` `social` `shopping` `video` `vpn` |
