Dryad · Schema

Embargo

Research DataOpen ScienceData RepositoryDatasetsBiologyEcologyOpen Access

Properties

Name Type Description
embargoEndDate string The end date of the embargo, after which the dataset will become public.
View JSON Schema on GitHub

JSON Schema

embargo.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/embargo.json",
  "title": "Embargo",
  "type": "object",
  "properties": {
    "embargoEndDate": {
      "format": "date",
      "description": "The end date of the embargo, after which the dataset will become public.",
      "type": "string"
    }
  }
}