Skip to content

Class: OtherMetric

A non-standard impact description in a custom format. May be a prose description or an arbitrary JSON-compatible object.

URI: cve:OtherMetric

 classDiagram
    class OtherMetric
    click OtherMetric href "../OtherMetric/"
      OtherMetric : other_metric_content





        OtherMetric --> "1" Any : other_metric_content
        click Any href "../Any/"



      OtherMetric : other_metric_type

Slots

Name Cardinality and Range Description Inheritance
other_metric_type 1
String
Name of the non-standard impact metrics format used direct
other_metric_content 1
Any
Arbitrary JSON-compatible object (or prose string) containing non-standard me... direct

Usages

used by used in type used
MetricEntry other_metric range OtherMetric

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: OtherMetric
description: A non-standard impact description in a custom format. May be a prose
  description or an arbitrary JSON-compatible object.
from_schema: https://w3id.org/lmodel/cve
slots:
- other_metric_type
- other_metric_content
slot_usage:
  other_metric_type:
    name: other_metric_type
    required: true
  other_metric_content:
    name: other_metric_content
    required: true

Induced

name: OtherMetric
description: A non-standard impact description in a custom format. May be a prose
  description or an arbitrary JSON-compatible object.
from_schema: https://w3id.org/lmodel/cve
slot_usage:
  other_metric_type:
    name: other_metric_type
    required: true
  other_metric_content:
    name: other_metric_content
    required: true
attributes:
  other_metric_type:
    name: other_metric_type
    description: Name of the non-standard impact metrics format used.
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - type
    rank: 1000
    alias: other_metric_type
    owner: OtherMetric
    domain_of:
    - OtherMetric
    range: string
    required: true
  other_metric_content:
    name: other_metric_content
    description: 'Arbitrary JSON-compatible object (or prose string) containing non-standard
      metric data not covered by the CVSS formats. Upstream JSON Schema defines this
      as ''type: object, minProperties: 1''; range: Any allows any value.'
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - content
    rank: 1000
    alias: other_metric_content
    owner: OtherMetric
    domain_of:
    - OtherMetric
    range: Any
    required: true