{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListClientGrantOrganizationsResponseContent", "title": "ListClientGrantOrganizationsResponseContent", "oneOf": [ { "type": "array", "items": { "$ref": "#/components/schemas/Organization" } }, { "$ref": "#/components/schemas/ListClientGrantOrganizationsOffsetPaginatedResponseContent" }, { "$ref": "#/components/schemas/ListClientGrantOrganizationsPaginatedResponseContent" } ] }