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 9370c46 commit 20690c9Copy full SHA for 20690c9
src/aind_data_schema/metadata.py
@@ -42,7 +42,7 @@ class Metadata(AindCoreModel):
42
# default
43
_DEFAULT_FILE_EXTENSION = ".nd.json"
44
45
- schema_version: str = Field("0.0.10", description="schema version", title="Version", const=True)
+ schema_version: str = Field("0.0.11", description="schema version", title="Version", const=True)
46
id: UUID = Field(
47
default_factory=uuid4,
48
alias="_id",
0 commit comments