Skip to content

Enum: DataType

Indicates the type of information represented in a CVE JSON instance.

URI: cve:DataType

Permissible Values

Value Meaning Description
CVE_RECORD None The instance is a CVE Record

Slots

Name Description
data_type Indicates the type of information represented in the JSON instance

Identifier and Mapping Information

Schema Source

LinkML Source

name: DataType
description: Indicates the type of information represented in a CVE JSON instance.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
permissible_values:
  CVE_RECORD:
    text: CVE_RECORD
    description: The instance is a CVE Record.