MappingDocument

Experimental

MappingDocument captures the user’s intent for how entries in a source artifact relate to entries in a target artifact

_uniqueMappingIds object Required

mappings **array[MappingStrict]** _Required

mappings is one or more atomic relationships between entries in the referenced artifacts

metadata object Required

source-reference ArtifactMapping Required

source-reference identifies the artifact being mapped from; must match a mapping-reference id

target-reference ArtifactMapping Required

target-reference identifies the artifact being mapped to; must match a mapping-reference id

title string Required

title describes the purpose of this mapping document at a glance

remarks string

remarks is prose regarding this mapping document

Mapping

Experimental

Mapping represents an atomic relationship between a source entry and an optional target entry

id string Required

id allows this mapping to be referenced by other elements

relationship RelationshipType Required

relationship describes the nature or purpose of the mapping

source TypedEntry Required

source identifies the entry being mapped from

applicability array[string]

applicability constrains the contexts in which this mapping holds

confidence-level ConfidenceLevel

ConfidenceLevel indicates the evaluator’s confidence level in an assessment result.

rationale string

rationale explains why this relationship exists

remarks string

remarks is general prose regarding this mapping

strength string

strength is the author’s estimate of how completely the source entry satisfies the target entry; range 1-10

target TypedEntry

target identifies the entry being mapped to; absent when relationship is no-match

TypedEntry

Experimental

EntryReference identifies a specific entry within a referenced artifact

entry-id string Required

entry-id identifies the specific entry in the referenced artifact

entry-type EntryType Required

entry-type identifies what kind of atomic unit this entry is

RelationshipType

RelationshipType enumerates the nature of the mapping between entries.

  • Type: string