Mapping
, MappingModel
and MappingField
objects as they relate to external data structures within a baseline workgroup. Workgroup
taking part in a Workflow
to align the data used in a Workstep
. A Mapping
is referenced as a domain model when defining a Workstep
within a draft Workflow
. They are utilized at run-time upon WorkstepInstance
instantiation to align data models between a primary and secondary system of record. This alignment is paramount in the processes involved in a baseline process, such as zero-knowledge state synchronization. MappingModel
defined in a Mapping
within a domain model is referenced in a Workstep
.Mapping
object that provides context for a nested array of MappingModel
objectsMappingModel
object that provides context for a nested array of MappingField
objectsMappingField
object that defines field attributes and relationships between the source and a target schemaMapping
, MappingModel
and MappingField
objects do not have separate endpoints.Mapping
Schemadescription
Mapping
models
MappingModel
objectsname
Mapping
ref_mapping_id
Mapping
to an upstream Mapping
type
Mapping
; i.e. domain objectworkgroup_id
id
of host Workgroup
MappingModel
Schemadescription
model
fields
array
MappingField
objectsprimary_key
ref_model_id
Model
to an upstream Model
standard
Model
typetype
MappingField
Schemadefault_value
description
is_primary_key
true
, field is referenced as the primary key for the record typename
ref_field_id
Field
to an upstream Field
type
Organization
acting as a Participant
in a Workgroup
.Organization
scoped JWT is available for useOrganization
has connected a system of record (the SOR to be mapped)Workgroup
has more than 1 system of record connected