Backfill in-progress. Some lexicons and records may be missing or incomplete.

site.standard.document

standard.site

{
  "id": "site.standard.document",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "site",
          "title",
          "publishedAt"
        ],
        "properties": {
          "path": {
            "type": "string",
            "description": "combine with the publication url or the document site to construct a full url to the document"
          },
          "site": {
            "type": "string",
            "format": "uri",
            "description": "URI to the site or publication this document belongs to (https or at-uri)"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 100,
              "maxGraphemes": 50
            }
          },
          "title": {
            "type": "string",
            "maxLength": 1280,
            "maxGraphemes": 128
          },
          "content": {
            "refs": [],
            "type": "union",
            "closed": false
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "coverImage": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000
          },
          "bskyPostRef": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime"
          },
          "textContent": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.standard.document

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:re3ebnp5v7ffagz6rb6xfei4
CID
bafyreifng7qhmz7domo4f43t4ag66mmyn2wi5p2lii5jvo52xejdngvf6y
Indexed At
2026-01-04 20:22 UTC
AT-URI
at://did:plc:re3ebnp5v7ffagz6rb6xfei4/com.atproto.lexicon.schema/site.standard.document

Version History (3 versions)

Lexicon Garden

@