{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HooksResponse", "title": "HooksResponse", "type": "object", "properties": { "links": { "type": "object", "properties": { "next": { "type": "string" } } }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/Hook" } } } }