Mojang · JSON Structure

Minecraft Services Profanity Filter Preferences Structure

Profanity filter settings.

Type: object Properties: 1
Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

ProfanityFilterPreferences is a JSON Structure definition published by Mojang, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

profanityFilterOn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mojang/refs/heads/main/json-structure/minecraft-services-profanity-filter-preferences-structure.json",
  "name": "ProfanityFilterPreferences",
  "description": "Profanity filter settings.",
  "type": "object",
  "properties": {
    "profanityFilterOn": {
      "type": "boolean",
      "description": "Master toggle for the profanity filter on inbound chat.",
      "example": true
    }
  }
}