Mojang · JSON Structure

Minecraft Services Cape Selection Structure

Cape-selection payload.

Type: object Properties: 1 Required: 1
Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

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

Properties

capeId

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-cape-selection-structure.json",
  "name": "CapeSelection",
  "description": "Cape-selection payload.",
  "type": "object",
  "properties": {
    "capeId": {
      "type": "string",
      "description": "UUID of the cape to set active.",
      "example": "1981aad373fa9754"
    }
  },
  "required": [
    "capeId"
  ]
}