{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/reports.json", "title": "Reports", "properties": { "_links": { "type": "object", "properties": { "self": { "$ref": "#/components/schemas/hal_link" }, "reports": { "type": "array", "items": { "$ref": "#/components/schemas/hal_link" } }, "curies": { "type": "array", "items": { "$ref": "#/components/schemas/hal_curie" } } } } } }