{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ResponseMetadata",
"type": "object",
"description": "Metadata for paginated responses containing cursor information.",
"properties": {
"next_cursor": {
"type": "string",
"description": "An opaque cursor to use in the next request to get the next page of results. Empty string indicates no more results."
}
}
}