File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
tests/unit/synapseclient/extensions/schema_files/data_models_jsonld Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 12181218 "schema:isPartOf" : {
12191219 "@id" : "http://schema.biothings.io"
12201220 } ,
1221+ "sms:columnType" : "string" ,
12211222 "sms:displayName" : "Check Regex Single" ,
1223+ "sms:pattern" : "[a-b]" ,
12221224 "sms:required" : "sms:true" ,
1223- "sms:validationRules" : [
1224- "regex search [a-f]"
1225- ]
1225+ "sms:validationRules" : [ ]
12261226 } ,
12271227 {
12281228 "@id" : "bts:CheckRegexFormat" ,
12371237 "schema:isPartOf" : {
12381238 "@id" : "http://schema.biothings.io"
12391239 } ,
1240+ "sms:columnType" : "string" ,
12401241 "sms:displayName" : "Check Regex Format" ,
1242+ "sms:pattern" : "^[a-b]" ,
12411243 "sms:required" : "sms:true" ,
12421244 "sms:validationRules" : [
12431245 "regex match [a-f]"
You can’t perform that action at this time.
0 commit comments