{ "$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" } } }