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