# Class: RepairReport _A report that consists of repair operation results_ URI: [vm:RepairReport](https://w3id.org/linkml/validation-model/RepairReport) ```{mermaid} classDiagram class RepairReport click RepairReport href "../RepairReport" Report <|-- RepairReport click Report href "../Report" RepairReport : results RepairReport --> "*" RepairOperation : results click RepairOperation href "../RepairOperation" ``` ## Inheritance * [Report](Report.md) * **RepairReport** ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [results](results.md) | *
[RepairOperation](RepairOperation.md) | collection of results | [Report](Report.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/validation_results ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | vm:RepairReport | | native | vm:RepairReport | ## LinkML Source ### Direct
```yaml name: RepairReport description: A report that consists of repair operation results from_schema: https://w3id.org/linkml/validation_results is_a: Report slot_usage: results: name: results range: RepairOperation ```
### Induced
```yaml name: RepairReport description: A report that consists of repair operation results from_schema: https://w3id.org/linkml/validation_results is_a: Report slot_usage: results: name: results range: RepairOperation attributes: results: name: results description: collection of results from_schema: https://w3id.org/linkml/validation_results rank: 1000 slot_uri: sh:result alias: results owner: RepairReport domain_of: - Report range: RepairOperation multivalued: true inlined: true inlined_as_list: true ```