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 bafab91 commit ea624d1Copy full SHA for ea624d1
packages/models-library/src/models_library/projects_nodes_io.py
@@ -238,7 +238,7 @@ class DatCoreFileLink(BaseFileLink):
238
description="Unique identifier to access the dataset on datcore (REQUIRED for datcore)",
239
)
240
241
- @field_validator("store", mode="before")
+ @field_validator("store")
242
@classmethod
243
def check_discriminator(cls, v):
244
"""Used as discriminator to cast to this class"""
0 commit comments