Skip to content

Commit d622b53

Browse files
committed
update expected schema
1 parent 7b8f716 commit d622b53

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@
161161
"type": "null"
162162
},
163163
"pattern": "^[a-b]",
164-
"title": "Check Regex Format"
164+
"title": "Check Regex Format",
165+
"type": "string"
165166
},
166167
"CheckRegexInteger": {
167168
"description": "TBD",
@@ -192,7 +193,8 @@
192193
"type": "null"
193194
},
194195
"pattern": "[a-b]",
195-
"title": "Check Regex Single"
196+
"title": "Check Regex Single",
197+
"type": "string"
196198
},
197199
"CheckString": {
198200
"description": "TBD",

0 commit comments

Comments
 (0)