# Sub-reference Highlight

## Data Object

### Highlight / <mark style="color:red;">`highlight`</mark> / Resource Location

Highlight is the reference to the highlight you would like to make a sub reference to.

It is formatted like such <mark style="color:purple;">`minecraft:corner_line`</mark> to lead to a highlight json of `corner_line` in the `minecraft` namespace.

### Rotation / <mark style="color:red;">`rotation`</mark> / [Rotation](https://lib.wiki.teamresourceful.com/welcome/highlights/highlight-state/sub-reference-highlight/rotation-object)

Rotation refers to the rotation of the sub reference.

### Translation / <mark style="color:red;">`translation`</mark> / Float\[3]

Translation is a 3 float array with the 3 floats corrosponding respectively to `x, y, z`&#x20;

So if I would like my highlight to be moved up by one I would set translation to <mark style="color:blue;">`[0, 1, 0]`</mark>
