{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaginationOffsetResponse", "title": "PaginationOffsetResponse", "description": "Offset is used to paginate through the API. Provide this value to the next list operation to fetch the next page", "type": "string" }