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."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/admin_values"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.