Skip to content

Commit aab5f10

Browse files
committed
fix wms-service options are not required
1 parent 26fc2e0 commit aab5f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v2beta1/wms_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type WMS struct {
4848
type WMSSpec struct {
4949
General General `json:"general"`
5050
Service WMSService `json:"service"`
51-
Options WMSWFSOptions `json:"options"`
51+
Options WMSWFSOptions `json:"options,omitempty"`
5252
Kubernetes Kubernetes `json:"kubernetes"`
5353
}
5454

0 commit comments

Comments
 (0)