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 46403f0 commit 6639706Copy full SHA for 6639706
src/aind_data_schema/metadata.py
@@ -54,7 +54,7 @@ class Metadata(AindCoreModel):
54
description="Current location of the data asset.",
55
)
56
metadata_status: MetadataStatus = Field(..., title=" Metadata Status", description="The status of the metadata.")
57
- schema_version: str = Field("0.0.1", title="Schema Version", const=True)
+ schema_version: str = Field("0.0.2", title="Schema Version", const=True)
58
external_links: List[Dict[ExternalPlatforms, str]] = Field(
59
..., title="External Links", description="Links to the data asset on different platforms."
60
0 commit comments