The "source element in the definitions seems to be an object but does not have any properties only has the minProperties defined. May be this is a mistake?
|
"source": { |
|
"type": "object", |
|
"description": "This is the source information (who discovered it, who researched it, etc.) and optionally a chain of CNA information (e.g. the originating CNA and subsequent parent CNAs who have processed it before it arrives at the MITRE root).\n Must contain: IF this is in the root level it MUST contain a CNA_chain entry, IF this source entry is NOT in the root (e.g. it is part of a vendor statement) then it must contain at least one type of data entry.", |
|
"minProperties": 1 |
|
}, |
The "source element in the definitions seems to be an
objectbut does not have anypropertiesonly has theminPropertiesdefined. May be this is a mistake?cve-schema/schema/docs/CVE_Record_Format_bundled.json
Lines 3200 to 3204 in 6af5c9c