{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/file_links.json", "title": "File Links", "properties": { "_links": { "allOf": [ { "$ref": "#/components/schemas/hal_self_link" }, { "$ref": "#/components/schemas/hal_file_links" } ] } } }