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 ab3b074 commit e79450fCopy full SHA for e79450f
1 file changed
src/aind_data_schema/core/metadata.py
@@ -73,7 +73,7 @@ class Metadata(DataCoreModel):
73
74
_DESCRIBED_BY_URL = DataCoreModel._DESCRIBED_BY_BASE_URL.default + "aind_data_schema/core/metadata.py"
75
describedBy: str = Field(default=_DESCRIBED_BY_URL, json_schema_extra={"const": _DESCRIBED_BY_URL})
76
- schema_version: SkipValidation[Literal["2.6.2"]] = Field(default="2.6.2")
+ schema_version: SkipValidation[Literal["2.7.0"]] = Field(default="2.7.0")
77
name: str = Field(
78
...,
79
description="Name of the data asset.",
0 commit comments