{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GuildFeatures", "title": "GuildFeatures", "type": "string", "oneOf": [ { "title": "ANIMATED_BANNER", "description": "guild has access to set an animated guild banner image", "const": "ANIMATED_BANNER" }, { "title": "ANIMATED_ICON", "description": "guild has access to set an animated guild icon", "const": "ANIMATED_ICON" }, { "title": "APPLICATION_COMMAND_PERMISSIONS_V2", "description": "guild is using the old permissions configuration behavior", "const": "APPLICATION_COMMAND_PERMISSIONS_V2" }, { "title": "AUTO_MODERATION", "description": "guild has set up auto moderation rules", "const": "AUTO_MODERATION" }, { "title": "BANNER", "description": "guild has access to set a guild banner image", "const": "BANNER" }, { "title": "COMMUNITY", "description": "guild can enable welcome screen, Membership Screening, stage channels and discovery, and receives community updates", "const": "COMMUNITY" }, { "title": "CREATOR_MONETIZABLE_PROVISIONAL", "description": "guild has enabled monetization", "const": "CREATOR_MONETIZABLE_PROVISIONAL" }, { "title": "CREATOR_STORE_PAGE", "description": "guild has enabled the role subscription promo page", "const": "CREATOR_STORE_PAGE" }, { "title": "DEVELOPER_SUPPORT_SERVER", "description": "guild has been set as a support server on the App Directory", "const": "DEVELOPER_SUPPORT_SERVER" }, { "title": "DISCOVERABLE", "description": "guild is able to be discovered in the directory", "const": "DISCOVERABLE" }, { "title": "FEATURABLE", "description": "guild is able to be featured in the directory", "const": "FEATURABLE" }, { "title": "INVITES_DISABLED", "description": "guild has paused invites, preventing new users from joining", "const": "INVITES_DISABLED" }, { "title": "INVITE_SPLASH", "description": "guild has access to set an invite splash background", "const": "INVITE_SPLASH" }, { "title": "MEMBER_VERIFICATION_GATE_ENABLED", "description": "guild has enabled Membership Screening", "const": "MEMBER_VERIFICATION_GATE_ENABLED" }, { "title": "MORE_STICKERS", "description": "guild has increased custom sticker slots", "const": "MORE_STICKERS" }, { "title": "NEWS", "description": "guild has access to create announcement channels", "const": "NEWS" }, { "title": "PARTNERED", "description": "guild is partnered", "const": "PARTNERED" }, { "title": "PREVIEW_ENABLED", "description": "guild can be previewed before joining via Membership Screening or the directory", "const": "PREVIEW_ENABLED" }, { "title": "RAID_ALERTS_DISABLED", "description": "guild has disabled activity alerts in the configured safety alerts channel", "const": "RAID_ALERTS_DISABLED" }, { "title": "ROLE_ICONS", "description": "guild is able to set role icons", "const": "ROLE_ICONS" }, { "title": "ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE", "description": "guild has role subscriptions that can be purchased", "const": "ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE" }, { "title": "ROLE_SUBSCRIPTIONS_ENABLED", "description": "guild has enabled role subscriptions", "const": "ROLE_SUBSCRIPTIONS_ENABLED" }, { "title": "TICKETED_EVENTS_ENABLED", "description": "guild has enabled ticketed events", "const": "TICKETED_EVENTS_ENABLED" }, { "title": "VANITY_URL", "description": "guild has access to set a vanity URL", "const": "VANITY_URL" }, { "title": "VERIFIED", "description": "guild is verified", "const": "VERIFIED" }, { "title": "VIP_REGIONS", "description": "guild has access to set 384kbps bitrate in voice (previously VIP voice servers)", "const": "VIP_REGIONS" }, { "title": "WELCOME_SCREEN_ENABLED", "description": "guild has enabled the welcome screen", "const": "WELCOME_SCREEN_ENABLED" } ] }