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
// Optional. Required files for the styling of the service
@@ -139,6 +135,7 @@ type ConfigMapRef struct {
139
135
140
136
// +kubebuilder:validation:XValidation:message="A layer should have sublayers or data, not both", rule="(has(self.data) || has(self.layers)) && !(has(self.data) && has(self.layers))"
141
137
// +kubebuilder:validation:XValidation:message="A layer should have keywords when visible", rule="!self.visible || has(self.keywords)"
138
+
// TODO copy above for title, abstract, authority, datasetmetadaturl,
142
139
typeLayerstruct {
143
140
// Name of the layer, required for layers on the 2nd or 3rd level
144
141
// +kubebuilder:validations:MinLength:=1
@@ -157,11 +154,12 @@ type Layer struct {
157
154
Keywords []string`json:"keywords,omitempty"`
158
155
159
156
// BoundingBoxes of the layer. If omitted the boundingboxes of the parent layer of the service is used.
0 commit comments