{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListClientsPaginatedResponseContent", "title": "ListClientsPaginatedResponseContent", "type": "object", "additionalProperties": false, "properties": { "next": { "type": "string", "description": "Opaque identifier for use with the <i>from</i> query parameter for the next page of results.<br/>This identifier is valid for 24 hours." }, "clients": { "type": "array", "items": { "$ref": "#/components/schemas/Client" } } } }