{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListOrganizationInvitationsOffsetPaginatedResponseContent", "title": "ListOrganizationInvitationsOffsetPaginatedResponseContent", "type": "object", "additionalProperties": false, "properties": { "start": { "type": "number" }, "limit": { "type": "number" }, "invitations": { "type": "array", "items": { "$ref": "#/components/schemas/OrganizationInvitation" } } } }