{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/links_Full", "title": "links_Full", "type": "object", "properties": { "previous": { "type": "string", "description": "Link to the previous page returned in the response.\n" }, "current": { "type": "string", "description": "Link to the current page returned in the response.\n", "example": "?page=1&limit=50" }, "next": { "type": "string", "description": "Link to the next page returned in the response.\n" } }, "x-internal": false }