Dryad · Schema

Hal Curie

Research DataOpen ScienceData RepositoryDatasetsBiologyEcologyOpen Access

Properties

Name Type Description
name string
href string
templated boolean
View JSON Schema on GitHub

JSON Schema

hal_curie.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_curie.json",
  "title": "Hal Curie",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "href": {
      "type": "string",
      "format": "uri"
    },
    "templated": {
      "type": "boolean"
    }
  },
  "required": [
    "name",
    "href",
    "templated"
  ]
}