{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mojang/refs/heads/main/json-structure/minecraft-services-public-key-entry-structure.json", "name": "PublicKeyEntry", "description": "A single Base64-encoded DER public key entry.", "type": "object", "properties": { "publicKey": { "type": "string", "description": "Base64-encoded DER public key.", "example": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC..." } }, "required": [ "publicKey" ] }