{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListClientGrantOffsetPaginatedResponseContent", "title": "ListClientGrantOffsetPaginatedResponseContent", "type": "object", "additionalProperties": false, "properties": { "start": { "type": "number" }, "limit": { "type": "number" }, "total": { "type": "number" }, "client_grants": { "type": "array", "items": { "$ref": "#/components/schemas/ClientGrantResponseContent" } } } }