Dryad · Schema

Admin Values

Research DataOpen ScienceData RepositoryDatasetsBiologyEcologyOpen Access

Properties

Name Type Description
userId string The Dryad user ID, or ORCID iD, of the user who will submit the dataset. If this is unknown, the userId must be set to `0` to allow for an invitation link.
publicationISSN string An ISSN for the associated journal
publicationName string The title of the associated journal
manuscriptNumber string The internal manuscript number assigned to an associated article before publication
skipEmails boolean Administrator value. Prevents emails being sent automatically.
triggerSubmitInvitation boolean Administrator value. Sends an editing invitation email to the first author.
preserveCurationStatus boolean Administrator value. Prevents automatic curation status changes.
holdForPeerReview boolean Administrator value. Sets whether the submission will be sent to curation or a peer review hold status.
loosenValidation boolean For superusers only.
skipDataciteUpdate boolean For superusers only.
invoiceId string For superusers only.
View JSON Schema on GitHub

JSON Schema

admin_values.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/admin_values.json",
  "title": "Admin Values",
  "properties": {
    "userId": {
      "type": "string",
      "description": "The Dryad user ID, or ORCID iD, of the user who will submit the dataset. If this is unknown, the userId must be set to `0` to allow for an invitation link."
    },
    "publicationISSN": {
      "type": "string",
      "description": "An ISSN for the associated journal"
    },
    "publicationName": {
      "type": "string",
      "description": "The title of the associated journal"
    },
    "manuscriptNumber": {
      "type": "string",
      "description": "The internal manuscript number assigned to an associated article before publication"
    },
    "skipEmails": {
      "type": "boolean",
      "default": false,
      "description": "Administrator value. Prevents emails being sent automatically."
    },
    "triggerSubmitInvitation": {
      "type": "boolean",
      "default": false,
      "description": "Administrator value. Sends an editing invitation email to the first author."
    },
    "preserveCurationStatus": {
      "type": "boolean",
      "default": false,
      "description": "Administrator value. Prevents automatic curation status changes."
    },
    "holdForPeerReview": {
      "type": "boolean",
      "default": false,
      "description": "Administrator value. Sets whether the submission will be sent to curation or a peer review hold status."
    },
    "loosenValidation": {
      "type": "boolean",
      "default": false,
      "description": "For superusers only."
    },
    "skipDataciteUpdate": {
      "type": "boolean",
      "default": false,
      "description": "For superusers only."
    },
    "invoiceId": {
      "type": "string",
      "description": "For superusers only."
    }
  }
}