diff --git a/d2graph/d2graph.go b/d2graph/d2graph.go index b18455682..2397a6a78 100644 --- a/d2graph/d2graph.go +++ b/d2graph/d2graph.go @@ -79,7 +79,7 @@ type Object struct { Attributes Attributes `json:"attributes"` - RenderPriority *int `json:"renderPriority",omitempty` + RenderPriority *int `json:"renderPriority,omitempty"` } type Attributes struct {