Class: TypeSeverityKeyValue

key-value pair that maps a validation result type to a severity setting, for overriding default severity

URI: vm:TypeSeverityKeyValue

classDiagram class TypeSeverityKeyValue TypeSeverityKeyValue : severity TypeSeverityKeyValue --> severity_options : severity TypeSeverityKeyValue : type

Slots

Name

Cardinality and Range

Description

Inheritance

type

0..1
Uriorcurie

direct

severity

0..1
SeverityOptions

direct

Usages

used by

used in

type

used

ValidationConfiguration

type_severity_map

range

TypeSeverityKeyValue

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/validation_results

Mappings

Mapping Type

Mapped Value

self

vm:TypeSeverityKeyValue

native

vm:TypeSeverityKeyValue

LinkML Source

Direct

```yaml name: TypeSeverityKeyValue conforms_to: wikidata:Q4818718 description: key-value pair that maps a validation result type to a severity setting, for overriding default severity from_schema: https://w3id.org/linkml/validation_results attributes: type: name: type from_schema: https://w3id.org/linkml/validation_results key: true domain_of: - TypeSeverityKeyValue - ValidationResult range: uriorcurie required: true severity: name: severity from_schema: https://w3id.org/linkml/validation_results domain_of: - TypeSeverityKeyValue - ValidationResult range: severity_options
</details>

### Induced

<details>
```yaml
name: TypeSeverityKeyValue
conforms_to: wikidata:Q4818718
description: key-value pair that maps a validation result type to a severity setting,
  for overriding default severity
from_schema: https://w3id.org/linkml/validation_results
attributes:
  type:
    name: type
    from_schema: https://w3id.org/linkml/validation_results
    key: true
    alias: type
    owner: TypeSeverityKeyValue
    domain_of:
    - TypeSeverityKeyValue
    - ValidationResult
    range: uriorcurie
    required: true
  severity:
    name: severity
    from_schema: https://w3id.org/linkml/validation_results
    alias: severity
    owner: TypeSeverityKeyValue
    domain_of:
    - TypeSeverityKeyValue
    - ValidationResult
    range: severity_options