{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/embedded_datasets.json", "title": "Embedded Datasets", "type": "object", "properties": { "_embedded": { "type": "object", "properties": { "stash:datasets": { "type": "array", "items": { "$ref": "#/components/schemas/dataset" } } } } } }