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