diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/jsonb/layer/DefaultLayerPropertyConfig.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/jsonb/layer/DefaultLayerPropertyConfig.java index ebabf1381..77d9261c8 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/jsonb/layer/DefaultLayerPropertyConfig.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/jsonb/layer/DefaultLayerPropertyConfig.java @@ -43,10 +43,5 @@ public class DefaultLayerPropertyConfig implements Serializable { ) private String displayName; - @Schema( - description = "Whether the attribute should be shown or not.", - example = "true" - ) - private boolean visible = true; }