diff --git a/specs-go/config.go b/specs-go/config.go index 3ef333387..b81130c4a 100644 --- a/specs-go/config.go +++ b/specs-go/config.go @@ -899,7 +899,7 @@ type LinuxMemoryPolicy struct { // Nodes representing the nodemask for the set_mempolicy syscall in comma separated ranges format. // Format: "-,,-,..." - Nodes string `json:"nodes"` + Nodes string `json:"nodes,omitempty"` // Flags for the set_mempolicy syscall. Flags []MemoryPolicyFlagType `json:"flags,omitempty"`