Skip to content

Commit e2a681a

Browse files
committed
$comment -> comment
1 parent 52eb279 commit e2a681a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/draft2019-09/optional/cross-draft.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"tests": [
1010
{
1111
"description": "first item not a string is invalid",
12-
"$comment": "if the implementation is not processing the $ref as a 2020-12 schema, this test will fail",
12+
"comment": "if the implementation is not processing the $ref as a 2020-12 schema, this test will fail",
1313
"data": [1, 2, 3],
1414
"valid": false
1515
},
@@ -32,7 +32,7 @@
3232
"tests": [
3333
{
3434
"description": "missing bar is valid",
35-
"$comment": "if the implementation is not processing the $ref as a draft 7 schema, this test will fail",
35+
"comment": "if the implementation is not processing the $ref as a draft 7 schema, this test will fail",
3636
"data": {"foo": "any value"},
3737
"valid": true
3838
}

tests/draft2020-12/optional/cross-draft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"tests": [
1010
{
1111
"description": "first item not a string is valid",
12-
"$comment": "if the implementation is not processing the $ref as a 2019-09 schema, this test will fail",
12+
"comment": "if the implementation is not processing the $ref as a 2019-09 schema, this test will fail",
1313
"data": [1, 2, 3],
1414
"valid": true
1515
}

tests/draft7/optional/cross-draft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"tests": [
1212
{
1313
"description": "missing bar is invalid",
14-
"$comment": "if the implementation is not processing the $ref as a 2019-09 schema, this test will fail",
14+
"comment": "if the implementation is not processing the $ref as a 2019-09 schema, this test will fail",
1515
"data": {"foo": "any value"},
1616
"valid": false
1717
},

0 commit comments

Comments
 (0)