Dryad · Schema

Hal Link

Research DataOpen ScienceData RepositoryDatasetsBiologyEcologyOpen Access

Properties

Name Type Description
href string
View JSON Schema on GitHub

JSON Schema

hal_link.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/hal_link.json",
  "title": "Hal Link",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "href"
  ]
}