ai.syui.log.post

lexicon.store View official

{
  "id": "ai.syui.log.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "site",
          "title",
          "publishedAt"
        ],
        "properties": {
          "path": {
            "type": "string",
            "description": "Combine with site URL to construct a canonical URL to the post."
          },
          "root": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the root message in a thread."
          },
          "site": {
            "type": "string",
            "format": "uri",
            "description": "Points to a publication record (at://) or a publication URL (https://)."
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 1280,
              "maxGraphemes": 128
            },
            "description": "Tags to categorize the post."
          },
          "langs": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "language"
            },
            "maxLength": 3,
            "description": "Indicates human language of post content."
          },
          "title": {
            "type": "string",
            "maxLength": 5000,
            "description": "Title of the post.",
            "maxGraphemes": 500
          },
          "parent": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the parent message being replied to."
          },
          "content": {
            "refs": [],
            "type": "union",
            "closed": false,
            "description": "Open union for content. Supports markdown and other formats via $type."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of the post's last edit."
          },
          "coverImage": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000,
            "description": "Cover image. Less than 1MB."
          },
          "bskyPostRef": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to a Bluesky post."
          },
          "description": {
            "type": "string",
            "maxLength": 30000,
            "description": "A brief description or excerpt from the post.",
            "maxGraphemes": 3000
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of the post's publish time."
          },
          "textContent": {
            "type": "string",
            "description": "Plaintext representation of the post content. Should not contain markdown or other formatting."
          },
          "translations": {
            "ref": "#translationMap",
            "type": "ref",
            "description": "Translations of the post in other languages."
          }
        }
      },
      "description": "Record containing a blog post. Compatible with site.standard.document."
    },
    "translation": {
      "type": "object",
      "properties": {
        "title": {
          "type": "string",
          "maxLength": 5000,
          "maxGraphemes": 500
        },
        "content": {
          "type": "string",
          "maxLength": 1000000,
          "maxGraphemes": 100000
        }
      },
      "description": "A translation of a post."
    },
    "translationMap": {
      "type": "object",
      "properties": {
        "en": {
          "ref": "#translation",
          "type": "ref"
        },
        "ja": {
          "ref": "#translation",
          "type": "ref"
        }
      },
      "description": "Map of language codes to translations."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.syui.log.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreigyxsbvnj7sdmwaglztkzsju4p556j5rcs7wrk6ux6ypo7ec2a3qq
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/ai.syui.log.post

Lexicon Garden

@