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