File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/aind_data_schema/core Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34383,10 +34383,10 @@
34383
34383
"type": "string"
34384
34384
},
34385
34385
"schema_version": {
34386
- "const": "1.0.1 ",
34387
- "default": "1.0.1 ",
34386
+ "const": "1.0.0 ",
34387
+ "default": "1.0.0 ",
34388
34388
"enum": [
34389
- "1.0.1 "
34389
+ "1.0.0 "
34390
34390
],
34391
34391
"title": "Schema Version",
34392
34392
"type": "string"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class Metadata(AindCoreModel):
48
48
49
49
_DESCRIBED_BY_URL = AindCoreModel ._DESCRIBED_BY_BASE_URL .default + "aind_data_schema/core/metadata.py"
50
50
describedBy : str = Field (_DESCRIBED_BY_URL , json_schema_extra = {"const" : _DESCRIBED_BY_URL })
51
- schema_version : Literal ["1.0.1 " ] = Field ("1.0.1 " )
51
+ schema_version : Literal ["1.0.0 " ] = Field ("1.0.0 " )
52
52
id : UUID = Field (
53
53
default_factory = uuid4 ,
54
54
alias = "_id" ,
You can’t perform that action at this time.
0 commit comments