{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/relatedWork.json", "title": "Relatedwork", "properties": { "relationship": { "format": "string", "enum": [ "article", "dataset", "preprint", "software", "supplemental_information", "primary_article", "data_management_plan" ] }, "identifierType": { "type": "string" }, "identifier": { "type": "string" } } }