Dryad · Schema

Root Links

Research DataOpen ScienceData RepositoryDatasetsBiologyEcologyOpen Access

Properties

Name Type Description
self object
stash:datasets object
reports object
curies array
View JSON Schema on GitHub

JSON Schema

root_links.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/root_links.json",
  "title": "Root Links",
  "type": "object",
  "properties": {
    "self": {
      "$ref": "#/components/schemas/hal_link"
    },
    "stash:datasets": {
      "$ref": "#/components/schemas/hal_link"
    },
    "reports": {
      "$ref": "#/components/schemas/hal_link"
    },
    "curies": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/hal_curie"
      }
    }
  },
  "required": [
    "self"
  ]
}