diff --git a/internals/design/design.go b/internals/design/design.go index 14789ff..d81141a 100644 --- a/internals/design/design.go +++ b/internals/design/design.go @@ -25,8 +25,8 @@ type Connection struct { } type Design struct { - Nodes []Node `json:"nodes"` - Connections []Connection + Nodes []Node `json:"nodes"` + Connections []Connection `json:"connections"` } type Cache struct {