Skip to content

Commit 434c967

Browse files
committed
platform to stream issue #590
1 parent 4144645 commit 434c967

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/aind_data_schema/session.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)