at.locale.project

locale.at

{
  "id": "at.locale.project",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "slug",
          "sourceLocale",
          "source",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 1000,
            "minLength": 1,
            "description": "Display name.",
            "maxGraphemes": 200
          },
          "slug": {
            "type": "string",
            "maxLength": 128,
            "minLength": 1,
            "description": "Stable, URL-safe slug used to address the project."
          },
          "source": {
            "ref": "#source",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 6000,
            "maxGraphemes": 2000
          },
          "sourceLocale": {
            "type": "string",
            "maxLength": 35,
            "minLength": 2,
            "description": "BCP-47 language tag of the source strings, e.g. \"en-US\"."
          },
          "targetLocales": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 35,
              "minLength": 2
            },
            "maxLength": 1000,
            "description": "BCP-47 tags the project is translated into."
          }
        }
      }
    },
    "source": {
      "type": "object",
      "required": [
        "type",
        "url",
        "format"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri",
          "maxLength": 2048
        },
        "type": {
          "type": "string",
          "default": "git",
          "knownValues": [
            "git"
          ]
        },
        "paths": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 1024
          },
          "maxLength": 100,
          "description": "Glob(s) matching the translation files inside the repo."
        },
        "branch": {
          "type": "string",
          "default": "main",
          "maxLength": 255
        },
        "format": {
          "type": "string",
          "knownValues": [
            "json",
            "yaml",
            "po",
            "xliff",
            "arb",
            "strings",
            "properties",
            "androidxml",
            "csv",
            "ini"
          ]
        }
      },
      "description": "Where the source strings live and how to read them — the content host (the \"knot\")."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A localization project container. Maintainer-owned. Points at the source content (a git repo); it does NOT contain the strings themselves."
}

Validate Record

Validate a record against at.locale.project

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uwynodlfvaieqcisgh5zvdwx
CID
bafyreih2d766k3ehiyeags6b6yoiflykqz5tayhkcw7p6bu5qbbhhzgvmm
Indexed At
2026-06-24 00:18 UTC
AT-URI
at://did:plc:uwynodlfvaieqcisgh5zvdwx/com.atproto.lexicon.schema/at.locale.project

Version History (2 versions)

Lexicon Garden

@