Skip to content

Commit e1d0ebe

Browse files
committed
update data model
1 parent 34b8ff6 commit e1d0ebe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unit/synapseclient/extensions/schema_files/data_models/example.model.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Attribute,Description,Valid Values,DependsOn,Properties,Required,Parent,DependsOn Component,Source,Validation Rules,columnType,Format,Maximum,Minimum,Pattern
22
Component,,,,,TRUE,,,,,,,,,
33
Patient,,,"Patient ID, Sex, Year of Birth, Diagnosis, Component",,FALSE,DataType,,,,,,,,
4-
Patient ID,,,,,TRUE,DataProperty,,,#Patient unique warning^^#Biospecimen unique error,,,,
4+
Patient ID,,,,,TRUE,DataProperty,,,#Patient unique warning^^#Biospecimen unique error,,,,,
55
Sex,,"Female, Male, Other",,,TRUE,DataProperty,,,,,,,,
66
Year of Birth,,,,,FALSE,DataProperty,,,,,,,,
77
Diagnosis,,"Healthy, Cancer",,,TRUE,DataProperty,,,,,,,,
@@ -29,8 +29,8 @@ Check List Enum Strict,,"ab, cd, ef, gh",,,TRUE,DataProperty,,,list strict,,,,,
2929
Check Regex List,,,,,TRUE,DataProperty,,,list::regex match [a-f],,,,,
3030
Check Regex List Strict,,,,,TRUE,DataProperty,,,list strict::regex match [a-f],,,,,
3131
Check Regex List Like,,,,,TRUE,DataProperty,,,list like::regex match [a-f],,,,,
32-
Check Regex Single,,,,,TRUE,DataProperty,,,regex search [a-f],,,,[a-f]
33-
Check Regex Format,,,,,TRUE,DataProperty,,,regex match [a-f],,,,[a-f]
32+
Check Regex Single,,,,,TRUE,DataProperty,,,,,,,[a-b],
33+
Check Regex Format,,,,,TRUE,DataProperty,,,regex match [a-f],,,,^[a-b],
3434
Check Regex Integer,,,,,TRUE,DataProperty,,,regex search ^\d+$,,,,,
3535
Check Num,,,,,TRUE,DataProperty,,,num error,,,,,
3636
Check Float,,,,,TRUE,DataProperty,,,float error,number,,,,

0 commit comments

Comments
 (0)