Dryad · Schema

Tenant

Information about the Dryad member associated with the dataset.

Research DataOpen ScienceData RepositoryDatasetsBiologyEcologyOpen Access

Properties

Name Type Description
id object
abbreviation object
shortName object
longName object
domainName object
View JSON Schema on GitHub

JSON Schema

tenant.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/tenant.json",
  "title": "Tenant",
  "type": "object",
  "description": "Information about the <a href=\"https://datadryad.org/join_us\">Dryad member</a> associated with the dataset.",
  "properties": {
    "id": {
      "format": "string"
    },
    "abbreviation": {
      "format": "string"
    },
    "shortName": {
      "format": "string"
    },
    "longName": {
      "format": "string"
    },
    "domainName": {
      "format": "string"
    }
  }
}