Dryad · Schema

Hal Page Links

Research DataOpen ScienceData RepositoryDatasetsBiologyEcologyOpen Access

Properties

Name Type Description
first object
last object
prev object
next object
View JSON Schema on GitHub

JSON Schema

hal_page_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/hal_page_links.json",
  "title": "Hal Page Links",
  "properties": {
    "first": {
      "$ref": "#/components/schemas/hal_link"
    },
    "last": {
      "$ref": "#/components/schemas/hal_link"
    },
    "prev": {
      "$ref": "#/components/schemas/hal_link"
    },
    "next": {
      "$ref": "#/components/schemas/hal_link"
    }
  }
}