Dryad · Schema

Relatedwork

Research DataOpen ScienceData RepositoryDatasetsBiologyEcologyOpen Access

Properties

Name Type Description
relationship object
identifierType string
identifier string
View JSON Schema on GitHub

JSON Schema

relatedWork.json Raw ↑
{
  "$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"
    }
  }
}