Skip to content

Commit beeeb05

Browse files
authored
update model jsonld
1 parent 402c3ed commit beeeb05

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/unit/synapseclient/extensions/schema_files/data_models_jsonld/example.model.jsonld

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,11 +1218,11 @@
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",
@@ -1237,7 +1237,9 @@
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]"

0 commit comments

Comments
 (0)