A paginated list of Consumer entities.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ConsumerList", "type": "object", "description": "A paginated list of Consumer entities.", "properties": { "data": { "type": "array" }, "next": { "type": "string" }, "offset": { "type": "string" } } }