Skip to content

Commit 8481e37

Browse files
committed
Remove array version of src
1 parent 1242ac7 commit 8481e37

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

test/schemas/v0-0-1/tests.schema.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,7 @@
172172
},
173173
"src": {
174174
"description": "The MF2 syntax source.",
175-
"$comment": "Array values should be concatenated into a single string. They are only included to help readability in the test JSON.",
176-
"type": [
177-
"string",
178-
"array"
179-
],
180-
"items": {
181-
"type": "string"
182-
}
175+
"type": "string"
183176
},
184177
"params": {
185178
"description": "Parameters to pass in to the formatter for resolving external variables.",
@@ -231,14 +224,7 @@
231224
},
232225
"expCleanSrc": {
233226
"description": "The expected normalized form of `src`, for testing stringifiers.",
234-
"$comment": "Array values should be concatenated into a single string. They are only included to help readability in the test JSON.",
235-
"type": [
236-
"string",
237-
"array"
238-
],
239-
"items": {
240-
"type": "string"
241-
}
227+
"type": "string"
242228
},
243229
"expParts": {
244230
"description": "The expected result of formatting the message to parts.",

0 commit comments

Comments
 (0)