File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 11
11
"type" : " string" ,
12
12
"format" : " uri"
13
13
},
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
+ },
15
22
"schema" : {
16
23
"description" : " This should be a valid schema. This should be a ref to a meta-schema if schema keywords need testing."
17
24
},
56
63
"type" : " string" ,
57
64
"format" : " uri"
58
65
},
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
+ },
60
74
"data" : {},
61
75
"valid" : { "type" : " boolean" },
62
76
"output" : {
You can’t perform that action at this time.
0 commit comments