Skip to content

Slot: data_version

The version of the CVE schema used for validating this record. Supports multiple versions of the format (e.g., '5.2.0').

URI: cve:data_version Alias: data_version

Applicable Classes

Name Description Modifies Slot
CVERecord Official CVE Record corresponding to a CVE ID no

Properties

Type and Range

Property Value
Range String
Domain Of CVERecord

Cardinality and Requirements

Property Value
### Slot Characteristics
Property Value
If Absent string(5.2.0)

Value Constraints

Property Value
Regex Pattern ^5\.(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))?$

In Subsets

Aliases

  • dataVersion

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cve:data_version
native cve:data_version

LinkML Source

name: data_version
description: The version of the CVE schema used for validating this record. Supports
  multiple versions of the format (e.g., '5.2.0').
in_subset:
- cve_record
from_schema: https://w3id.org/lmodel/cve
aliases:
- dataVersion
rank: 1000
ifabsent: string(5.2.0)
alias: data_version
domain_of:
- CVERecord
range: string
pattern: ^5\.(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))?$