Skip to content

Class: TimelineEntry

A timeline event recording a significant event about the vulnerability or changes to the CVE Record. Requires time, lang, and value.

URI: cve:TimelineEntry

 classDiagram
    class TimelineEntry
    click TimelineEntry href "../TimelineEntry/"
      TimelineEntry : event_time

      TimelineEntry : event_value

      TimelineEntry : lang

Slots

Name Cardinality and Range Description Inheritance
event_time 1
Timestamp
Timestamp representing when the event in the timeline occurred direct
lang 1
LanguageTag
BCP 47 language code indicating the language of accompanying text direct
event_value 1
String
A summary of the timeline event (up to 4096 characters) direct

Usages

used by used in type used
CnaPublishedContainer timeline range TimelineEntry
AdpContainer timeline range TimelineEntry

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: TimelineEntry
description: A timeline event recording a significant event about the vulnerability
  or changes to the CVE Record. Requires time, lang, and value.
from_schema: https://w3id.org/lmodel/cve
slots:
- event_time
- lang
- event_value
slot_usage:
  event_time:
    name: event_time
    required: true
  lang:
    name: lang
    required: true
  event_value:
    name: event_value
    required: true

Induced

name: TimelineEntry
description: A timeline event recording a significant event about the vulnerability
  or changes to the CVE Record. Requires time, lang, and value.
from_schema: https://w3id.org/lmodel/cve
slot_usage:
  event_time:
    name: event_time
    required: true
  lang:
    name: lang
    required: true
  event_value:
    name: event_value
    required: true
attributes:
  event_time:
    name: event_time
    description: Timestamp representing when the event in the timeline occurred. Format
      is RFC3339 / ISO8601 with optional timezone.
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - time
    rank: 1000
    alias: event_time
    owner: TimelineEntry
    domain_of:
    - TimelineEntry
    range: Timestamp
    required: true
  lang:
    name: lang
    description: BCP 47 language code indicating the language of accompanying text.
    from_schema: https://w3id.org/lmodel/cve
    rank: 1000
    ifabsent: string(en)
    alias: lang
    owner: TimelineEntry
    domain_of:
    - MultiLangDescription
    - ProblemTypeDescription
    - MetricScenario
    - TimelineEntry
    - CreditEntry
    range: LanguageTag
    required: true
  event_value:
    name: event_value
    description: A summary of the timeline event (up to 4096 characters).
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - value
    rank: 1000
    alias: event_value
    owner: TimelineEntry
    domain_of:
    - TimelineEntry
    range: string
    required: true