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

site.standard.publication

standard.site

{
  "id": "site.standard.publication",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "url",
          "name"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri"
          },
          "icon": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000
          },
          "name": {
            "type": "string",
            "maxLength": 1280,
            "maxGraphemes": 128
          },
          "basicTheme": {
            "ref": "site.standard.theme.basic",
            "type": "ref"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "preferences": {
            "ref": "#preferences",
            "type": "ref"
          }
        }
      }
    },
    "preferences": {
      "type": "object",
      "properties": {
        "showInDiscover": {
          "type": "boolean",
          "default": true
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.standard.publication

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

Metadata

DID
did:plc:re3ebnp5v7ffagz6rb6xfei4
CID
bafyreieimsctya2cjadwreryxm2jbxo6xhzqkrq6oruol4nvboise4wwgu
Indexed At
2026-01-04 21:02 UTC
AT-URI
at://did:plc:re3ebnp5v7ffagz6rb6xfei4/com.atproto.lexicon.schema/site.standard.publication

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@