{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InviteChannelRecipientResponse", "title": "InviteChannelRecipientResponse", "type": "object", "properties": { "username": { "type": "string" } }, "required": [ "username" ] }