Skip to content

Commit e1f870b

Browse files
committed
Add "comment" to the tests
This adds a new "comment" property to both test sets and tests.
1 parent bc68a6b commit e1f870b

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

test-schema.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@
1111
"type": "string",
1212
"format": "uri"
1313
},
14-
"description": { "type": "string" },
14+
"description": {
15+
"description": "The test set description",
16+
"type": "string"
17+
},
18+
"comment": {
19+
"description": "Any additional comments about the test set",
20+
"type": "string"
21+
},
1522
"schema": {
1623
"description": "This should be a valid schema. This should be a ref to a meta-schema if schema keywords need testing."
1724
},
@@ -56,7 +63,14 @@
5663
"type": "string",
5764
"format": "uri"
5865
},
59-
"description": { "type": "string" },
66+
"description": {
67+
"description": "The test description",
68+
"type": "string"
69+
},
70+
"comment": {
71+
"description": "Any additional comments about the test",
72+
"type": "string"
73+
},
6074
"data": {},
6175
"valid": { "type": "boolean" },
6276
"output": {

0 commit comments

Comments
 (0)