Skip to content

Commit f5fa711

Browse files
committed
Schema refactor and typo fix
1 parent 6a7214f commit f5fa711

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

test/schema.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@
163163
"additionalProperties": false,
164164
"properties": {
165165
"description": {
166-
"$ref": "#/$defs/description"
166+
"type": "string",
167+
"description": "Information about the test."
167168
},
168169
"testType": {
169170
"$ref": "#/$defs/testType"
@@ -195,10 +196,6 @@
195196
}
196197
}
197198
},
198-
"description": {
199-
"type": "string",
200-
"description": "Information about the test."
201-
},
202199
"testType": {
203200
"description": "The category of test.",
204201
"enum": [
@@ -419,7 +416,7 @@
419416
}
420417
},
421418
"expErrors": {
422-
"description": "The runtime errors expected to be emitted when formatting the message. If errors is either absent or empty, the message must be formatted without errors.",
419+
"description": "The runtime errors expected to be emitted when formatting the message. If expErrors is either absent or empty, the message must be formatted without errors.",
423420
"type": [
424421
"array",
425422
"boolean"

0 commit comments

Comments
 (0)