Skip to content

Slot: adp_tags

Tags provided by an ADP describing the CVE Record.

URI: cve:adp_tags Alias: adp_tags

Applicable Classes

Name Description Modifies Slot
AdpContainer An object containing vulnerability information provided by an Authorized Data... no

Properties

Type and Range

Property Value
Range ADPTag or 
String
Domain Of AdpContainer

Cardinality and Requirements

Property Value
Multivalued Yes
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'ADPTag'}) - AnonymousSlotExpression({'range': 'string', 'pattern': '^x_.*$'})

Aliases

  • tags

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

name: adp_tags
description: Tags provided by an ADP describing the CVE Record.
from_schema: https://w3id.org/lmodel/cve
aliases:
- tags
rank: 1000
alias: adp_tags
domain_of:
- AdpContainer
range: string
multivalued: true
any_of:
- range: ADPTag
- range: string
  pattern: ^x_.*$