We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6cdb7 commit 1ec02baCopy full SHA for 1ec02ba
src/schema/rules/tabular_data/modality_agnostic.yaml
@@ -63,3 +63,14 @@ Sessions:
63
HED: optional
64
index_columns: [session_id]
65
additional_columns: allowed
66
+
67
+Phenotype:
68
+ selectors:
69
+ - datatype == 'phenotype'
70
+ initial_columns:
71
+ - participant_id
72
+ columns:
73
+ participant_id: required
74
+ HED: optional
75
+ index_columns: [participant_id]
76
+ additional_columns: allowed
0 commit comments