We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4e077 commit 7e134cdCopy full SHA for 7e134cd
packages/models-library/src/models_library/clusters.py
@@ -134,6 +134,7 @@ class BaseCluster(BaseModel):
134
default=None,
135
description="url to the image describing this cluster",
136
examples=["https://placeimg.com/171/96/tech/grayscale/?0.jpg"],
137
+ validate_default=True
138
)
139
endpoint: AnyUrl
140
authentication: ClusterAuthentication = Field(
0 commit comments