Skip to content

Commit 2c9e882

Browse files
committed
rf(schema): Remove expensive-to-construct context fields
1 parent 1ff73de commit 2c9e882

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/schema/meta/context.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ properties:
8080
type: array
8181
items:
8282
type: string
83-
phenotype:
84-
description: 'The union of participant_id columns in phenotype files'
85-
type: array
86-
items:
87-
type: string
8883
subject:
8984
description: 'Properties and contents of the current subject'
9085
type: object
@@ -109,11 +104,6 @@ properties:
109104
type: array
110105
items:
111106
type: string
112-
phenotype:
113-
description: 'The union of session_id columns in phenotype files'
114-
type: array
115-
items:
116-
type: string
117107

118108
# Properties of the current file
119109
path:

0 commit comments

Comments
 (0)