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 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 },
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" : {
You can’t perform that action at this time.
0 commit comments