From 23187d6ef50e10d2a62cde8ffdcd4970b7cef255 Mon Sep 17 00:00:00 2001 From: codycooperross <50597551+codycooperross@users.noreply.github.com> Date: Wed, 2 Sep 2026 08:51:45 -0400 Subject: [PATCH] Update enrichment fields section for sourceId --- .../retrieve-metadata-with-an-api/metadata-enrichments.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Services for Integrators and Harvesters/retrieve-metadata-with-an-api/metadata-enrichments.md b/docs/Services for Integrators and Harvesters/retrieve-metadata-with-an-api/metadata-enrichments.md index 9768aa21..510ec666 100644 --- a/docs/Services for Integrators and Harvesters/retrieve-metadata-with-an-api/metadata-enrichments.md +++ b/docs/Services for Integrators and Harvesters/retrieve-metadata-with-an-api/metadata-enrichments.md @@ -114,7 +114,7 @@ Enrichment records describe changes to DataCite DOI metadata, but they do not al Enrichment records have three core pieces of information: - The DOI on which the enrichment is asserting a change -- The provenance of the enrichment, i.e., the contributors and resources that produced the enrichment record +- The provenance of the enrichment, i.e., the resource that produced the enrichment record - The enrichment action, i.e., the change the enrichment asserts to the DOI’s original metadata #### Enrichment record fields @@ -124,8 +124,7 @@ Each field of an enrichment record is described below: | Field | Description | | :------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | doi | The target DOI of the enrichment record. | -| contributors | Provenance information describing the source entities of the enrichment represented as an array of contributors. | -| resources | Provenance information referring to resources about the enrichment method, such as project documentation and related datasets, represented as an array of relatedIdentifiers. | +| sourceId | A DOI for a resource containing provenance information about the enrichment source, including project documentation and related datasets. | | field | The top-level metadata field to enrich, e.g., creators, relatedIdentifiers, types, etc. | | action | The action that the enrichment performs. The available actions are: update (change the entire top-level "field" from the "originalValue" to the "enrichedValue") updateChild (change a child object within the top-level "field" from the "originalValue" to the "enrichedValue") insert (insert the object in "enrichedValue" into the top-level "field") deleteChild (remove the object in "originalValue" within the top-level field specified in "field") | | originalValue | When the action is update, updateChild, or deleteChild: the original value of the field or the child value to be replaced with the enrichedValue. Otherwise, this field is empty. |