File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 79
79
}
80
80
},
81
81
"required" : [
82
+ " $schema" ,
82
83
" tests" ,
83
84
" testschema_version"
84
85
],
85
86
"properties" : {
87
+ "$schema" : {
88
+ "title" : " JSON schema" ,
89
+ "description" : " Contains the URL of the JSON schema for test data which the document promises to be valid for." ,
90
+ "type" : " string" ,
91
+ "enum" : [
92
+ " https://raw.githubusercontent.com/oasis-tcs/csaf/master/csaf_2.0/test/validator/testcases_json_schema.json"
93
+ ],
94
+ "format" : " uri"
95
+ },
86
96
"tests" : {
87
97
"title" : " List of tests" ,
88
98
"description" : " Contains a list of test data." ,
99
109
"type" : " string" ,
100
110
"enum" : [" 2.0" ]
101
111
}
102
- }
103
- }
112
+ },
113
+ "additionalProperties" : false
114
+ }
Original file line number Diff line number Diff line change 79
79
}
80
80
},
81
81
"required" : [
82
+ " $schema" ,
82
83
" tests" ,
83
84
" testschema_version"
84
85
],
85
86
"properties" : {
87
+ "$schema" : {
88
+ "title" : " JSON schema" ,
89
+ "description" : " Contains the URL of the JSON schema for test data which the document promises to be valid for." ,
90
+ "type" : " string" ,
91
+ "enum" : [
92
+ " https://raw.githubusercontent.com/oasis-tcs/csaf/master/csaf_2.1/test/validator/testcases_json_schema.json"
93
+ ],
94
+ "format" : " uri"
95
+ },
86
96
"tests" : {
87
97
"title" : " List of tests" ,
88
98
"description" : " Contains a list of test data." ,
99
109
"type" : " string" ,
100
110
"enum" : [" 2.1" ]
101
111
}
102
- }
112
+ },
113
+ "additionalProperties" : false
103
114
}
You can’t perform that action at this time.
0 commit comments