{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/datasets.json", "title": "Datasets", "allOf": [ { "$ref": "#/components/schemas/hal_paged_response" }, { "$ref": "#/components/schemas/embedded_datasets" } ] }