Skip to content

Commit 7e134cd

Browse files
add validate default to thumbnail field
1 parent be4e077 commit 7e134cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/models-library/src/models_library/clusters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ class BaseCluster(BaseModel):
134134
default=None,
135135
description="url to the image describing this cluster",
136136
examples=["https://placeimg.com/171/96/tech/grayscale/?0.jpg"],
137+
validate_default=True
137138
)
138139
endpoint: AnyUrl
139140
authentication: ClusterAuthentication = Field(

0 commit comments

Comments
 (0)