Skip to content

doi-service must process "relatedItems" in json  #417

Description

@rsjoyner

Checked for duplicates

No - I haven't checked

🐛 Describe the bug

See the 2 JSON files (with TXT extension because a file with JSON extension cannot be uploaded here).
The input JSON file was processed BUT the snipped was not proceed. is a new construct in the DataCite schema.
See the "results" JSON file for the results of processing the input JSON.

        "relatedItems": {
            "relatedItem": {
                "relationType": "IsPublishedIn",
                "relatedItemType": "Journal",
                "relatedItemIdentifier": {
                    "relatedItemIdentifierType": "DOI",
                    "#text": "10.3847/PSJ/aced50"
                },
                "titles": {"title": "R.G. French, D. Souami, Earth-based Stellar Occultation Predictions for Jupiter, Saturn, Uranus, Neptune, Titan, and Triton: 2023–2050 "},
                "publicationYear": 2023
            }
        },

The above JSON snipped should have been included the resulting DOI metadata.

activate_REVIEW_RINGS_annex_french23_occult_edit.txt
result_activate_no_review_RINGS_annex_french23.txt

🕵️ Expected behavior

I expected the doi-service to process the input JSON and include the JSON in the resulting output JSON (i.e., the output JSON should have included the in the DOI metadata).

📜 To Reproduce

...

🖥 Environment Info

  • Version of this software [e.g. vX.Y.Z]
  • Operating System: [e.g. MacOSX with Docker Desktop vX.Y]
    ...

📚 Version of Software Used

No response

🩺 Test Data / Additional context

No response

🦄 Related requirements

🦄 #xyz

⚙️ Engineering Details

No response

Metadata

Metadata

Assignees

Type

No type

Projects

Status
ToDo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions