diff --git a/api/v2beta1/wms_types.go b/api/v2beta1/wms_types.go index da0a0c9..3ad8f88 100644 --- a/api/v2beta1/wms_types.go +++ b/api/v2beta1/wms_types.go @@ -48,7 +48,7 @@ type WMS struct { type WMSSpec struct { General General `json:"general"` Service WMSService `json:"service"` - Options WMSWFSOptions `json:"options"` + Options WMSWFSOptions `json:"options,omitempty"` Kubernetes Kubernetes `json:"kubernetes"` }