@ -26,7 +26,7 @@ type Connection struct {
type Design struct {
Nodes []Node `json:"nodes"`
Connections []Connection
Connections []Connection `json:"connections"`
}
type Cache struct {