File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,8 @@ class Stream(AindModel):
253253 slap_fovs : Optional [SlapFieldOfView ] = Field (None , title = "Slap2 field of view" )
254254 stack_parameters : Optional [Stack ] = Field (None , title = "Stack parameters" )
255255 stimulus_device_names : Optional [List [str ]] = Field (None , title = "Stimulus devices" )
256+ mouse_platform_name : str = Field (..., title = "Mouse platform" )
257+ active_mouse_platform : bool = Field (..., title = "Active mouse platform" )
256258 notes : Optional [str ] = Field (None , title = "Notes" )
257259
258260 @root_validator
@@ -313,7 +315,7 @@ class Session(AindCoreModel):
313315 """Description of a physiology and/or behavior session"""
314316
315317 schema_version : str = Field (
316- "0.0.6 " ,
318+ "0.0.7 " ,
317319 description = "schema version" ,
318320 title = "Schema Version" ,
319321 const = True ,
You can’t perform that action at this time.
0 commit comments