Below is the data structure of Project Tags
| Field | Type | Description |
|---|---|---|
| String | Unique alphanumeric string id |
| projectId | String | Project Id this tag belongs to |
| name | String | Name |
| options | Array | Array of String options |
| selectedOptions | Array | Array of String options that are currently selected |
| isMulti | Boolean | Boolean for whether or not this tag allows multi select |

