Skip to content

Commit 522d56d

Browse files
m-miedemasmoia
authored andcommitted
Migrate new/updated metadata fields relevant for raw data
Some checks on formatting (particularly for how I entered the allowable values) might be necessary here, I also added some comments on the BEP document to flag potential issues or changes we could make going forward.
1 parent 5245c71 commit 522d56d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/schema/objects/metadata.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,14 @@ ContainerURI:
732732
URI for software container image used to produce the dataset
733733
type: string
734734
format: uri
735+
ConcurrenceGroup:
736+
name: ConcurrenceGroup
737+
display_name: ConcurrenceGroup
738+
description: |
739+
An identifier shared by files recorded concurrently.
740+
Each "ConcurrenceGroup" MUST be a unique string within one participant's tree,
741+
shared only by the continuously recorded data which was measured simultaneously.
742+
type: string
735743
ContinuousHeadLocalization:
736744
name: ContinuousHeadLocalization
737745
display_name: Continuous Head Localization
@@ -3108,8 +3116,8 @@ PhysioType:
31083116
type: string
31093117
enum:
31103118
- $ref: objects.enums.PhysioTypeGeneric.value
3111-
- $ref: objects.enums.PhysioTypeEnhanced.value
31123119
- $ref: objects.enums.PhysioTypeEyetrack.value
3120+
- $ref: objects.enums.PhysioTypeEnriched.value
31133121
PixelSize:
31143122
name: PixelSize
31153123
display_name: Pixel Size

0 commit comments

Comments
 (0)