community.lexicon.app.profileLocalization

lexicon.community

{
  "id": "community.lexicon.app.profileLocalization",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "locale",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "Localized display name of the app.",
            "maxGraphemes": 100
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64,
              "maxGraphemes": 32
            },
            "maxLength": 10,
            "description": "Localized discovery tags for filtering and search."
          },
          "links": {
            "type": "array",
            "items": {
              "ref": "community.lexicon.app.defs#link",
              "type": "ref"
            },
            "maxLength": 12,
            "minLength": 1,
            "description": "Localized destinations for the app. The first link should be the primary destination for this locale."
          },
          "images": {
            "type": "array",
            "items": {
              "ref": "community.lexicon.app.defs#image",
              "type": "ref"
            },
            "maxLength": 24,
            "description": "Localized visual assets for directories and stores, such as icons, hero images, screenshots, banners, and social cards."
          },
          "locale": {
            "type": "string",
            "format": "language",
            "description": "BCP 47 language tag for this localized metadata."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this localization was created."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this localization was last updated."
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "description": "Localized description of what the app does.",
            "maxGraphemes": 300
          }
        }
      },
      "description": "A locale-specific override for an app profile. This record should be published by the same DID as the canonical app profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Localized metadata for a community.lexicon.app.profile record."
}

Validate Record

Validate a record against community.lexicon.app.profileLocalization

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2uwoih2htodskvgocarwv5eq
CID
bafyreifbibuydg2d6hrwfuvxtda2dndsirayy6wa5xq3zqrw2r7n5jgjvm
Indexed At
2026-06-24 15:35 UTC
AT-URI
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.app.profileLocalization

Referenced Schemas (2)

Lexicon Garden

@