{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PaginationLinks", "$id": "https://raw.githubusercontent.com/api-evangelist/talentlms/refs/heads/main/json-schema/paginationlinks.json", "properties": { "self": { "type": "string" }, "first": { "type": "string" }, "last": { "type": "string" }, "prev": { "type": "string" }, "next": { "type": "string" } }, "type": "object" }