{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListClientGrantResponseContent", "title": "ListClientGrantResponseContent", "oneOf": [ { "type": "array", "items": { "$ref": "#/components/schemas/ClientGrantResponseContent" } }, { "$ref": "#/components/schemas/ListClientGrantOffsetPaginatedResponseContent" }, { "$ref": "#/components/schemas/ListClientGrantPaginatedResponseContent" } ] }