Class: TypeSeverityKeyValue
key-value pair that maps a validation result type to a severity setting, for overriding default severity
classDiagram
class TypeSeverityKeyValue
click TypeSeverityKeyValue href "../TypeSeverityKeyValue"
TypeSeverityKeyValue : severity
TypeSeverityKeyValue --> "0..1" SeverityOptions : severity
click SeverityOptions href "../SeverityOptions"
TypeSeverityKeyValue : type
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
0..1 |
direct |
||
0..1 |
direct |
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
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