Skip to content

Class: GapSummary

A summary of controls that were not mapped.

URI: [oscal:GapSummary](https://w3id.org/lmodel/oscal/GapSummary)
 classDiagram
    class GapSummary
    click GapSummary href "../GapSummary/"
      GapSummary : unmapped_controls





        GapSummary --> "1..*" SelectControlById : unmapped_controls
        click SelectControlById href "../SelectControlById/"



      GapSummary : uuid

## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [uuid](uuid.md) | 1
[UUIDType](UUIDType.md) | A machine-oriented, globally unique identifier with a cross-instance scope | direct | | [unmapped_controls](unmapped_controls.md) | 1..*
[SelectControlById](SelectControlById.md) | Controls that remain unmapped | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Mapping](Mapping.md) | [source_gap_summary](source_gap_summary.md) | range | [GapSummary](GapSummary.md) | | [Mapping](Mapping.md) | [target_gap_summary](target_gap_summary.md) | range | [GapSummary](GapSummary.md) | ## In Subsets * [MappingCollection](MappingCollection.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | oscal:GapSummary | | native | oscal:GapSummary | ## LinkML Source ### Direct
name: GapSummary
description: A summary of controls that were not mapped.
in_subset:
- mapping_collection
from_schema: https://w3id.org/lmodel/oscal
slots:
- uuid
- unmapped-controls
slot_usage:
  uuid:
    name: uuid
    required: true
  unmapped-controls:
    name: unmapped-controls
    required: true
### Induced
name: GapSummary
description: A summary of controls that were not mapped.
in_subset:
- mapping_collection
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  uuid:
    name: uuid
    required: true
  unmapped-controls:
    name: unmapped-controls
    required: true
attributes:
  uuid:
    name: uuid
    description: A machine-oriented, globally unique identifier with a cross-instance
      scope.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: GapSummary
    domain_of:
    - Catalog
    - Location
    - Party
    - Action
    - Property
    - Resource
    - Profile
    - AssessmentPlan
    - AssessmentSubjectPlaceholder
    - AssessmentPlatform
    - AssessmentMethod
    - Activity
    - Step
    - Task
    - AssessmentPart
    - SystemComponent
    - Protocol
    - SystemUser
    - InventoryItem
    - Observation
    - Finding
    - Risk
    - MitigatingFactor
    - Response
    - RequiredAsset
    - RiskLogEntry
    - SystemSecurityPlan
    - InformationType
    - Diagram
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    - AssessmentResults
    - Result
    - AssessmentLogEntry
    - ComponentDefinition
    - DefinedComponent
    - Capability
    - ControlImplementationSet
    - ImplementedRequirement
    - ImplementedControlStatement
    - MappingCollection
    - Mapping
    - Map
    - GapSummary
    - PlanOfActionAndMilestones
    - PoamItem
    range: UUIDType
    required: true
  unmapped-controls:
    name: unmapped-controls
    description: Controls that remain unmapped.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: unmapped_controls
    owner: GapSummary
    domain_of:
    - GapSummary
    range: SelectControlById
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true