You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/orchestrator/bricks/types.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ type BrickDetailsResult struct {
91
91
Categorystring`json:"category"`
92
92
Statusstring`json:"status"`
93
93
RequireModelbool`json:"require_model"`
94
-
Variablesmap[string]BrickVariable`json:"variables" description:"Deprecated: use config_variables instead. This field is kept for backward compatibility."`
94
+
Variablesmap[string]BrickVariable`json:"variables, omitempty" description:"Deprecated: use config_variables instead. This field is kept for backward compatibility."`
0 commit comments