Skip to content

Commit 269e8c3

Browse files
committed
update expected jsonschema files
1 parent 581797b commit 269e8c3

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

tests/unit/synapseclient/extensions/schema_files/expected_jsonschemas/expected.MockComponent.schema.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@
156156
},
157157
"CheckRegexFormat": {
158158
"description": "TBD",
159-
"not": {
160-
"type": "null"
161-
},
162159
"pattern": "^[a-b]",
163160
"title": "Check Regex Format",
164161
"type": "string"
@@ -188,9 +185,6 @@
188185
},
189186
"CheckRegexSingle": {
190187
"description": "TBD",
191-
"not": {
192-
"type": "null"
193-
},
194188
"pattern": "[a-b]",
195189
"title": "Check Regex Single",
196190
"type": "string"

tests/unit/synapseclient/extensions/schema_files/expected_jsonschemas/expected.Patient.display_names_schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
}
5151
],
5252
"description": "TBD",
53-
"pattern": "",
5453
"properties": {
5554
"Cancer Type": {
5655
"description": "TBD",

tests/unit/synapseclient/extensions/schema_files/expected_jsonschemas/expected.Patient.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
}
5151
],
5252
"description": "TBD",
53-
"pattern": "",
5453
"properties": {
5554
"CancerType": {
5655
"description": "TBD",

0 commit comments

Comments
 (0)