File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 261261 }
262262 }
263263 },
264+ "replacedBy": {
265+ "type": "array",
266+ "description": "Contains an array of CVE IDs that this CVE ID was rejected in favor of because the this CVE ID was assigned to the vulnerabilities",
267+ "minItems": 1,
268+ "uniqueItems": true,
269+ "items": {
270+ "$ref": "#/definitions/cveId"
271+ }
272+ },
264273 "dataType": {
265274 "description": "Indicates the type of information represented in the JSON instance.",
266275 "type": "string",
376385 "$ref": "#/definitions/shortName",
377386 "description": "the short name for the organization to which the CVE ID was originally assigned"
378387 },
379- "replacedBy": {
380- "type": "array",
381- "description": "Contains an array of CVE IDs that this CVE ID was rejected in favor of because the this CVE ID was assigned to the vulnerabilities",
382- "minItems": 1,
383- "uniqueItems": true,
384- "items": {
385- "$ref": "#/definitions/cveId"
386- }
387- },
388388 "serial": {
389389 "type": "integer",
390390 "minimum": 1,
11541154 },
11551155 "descriptions": {
11561156 "$ref": "#/definitions/descriptions"
1157+ },
1158+ "replacedBy": {
1159+ "$ref": "#/definitions/replacedBy"
11571160 }
11581161 },
11591162 "required": [
You can’t perform that action at this time.
0 commit comments