ai.syui.log.post

syui.ai

{
  "id": "ai.syui.log.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "content",
          "createdAt"
        ],
        "properties": {
          "lang": {
            "type": "string",
            "maxLength": 10,
            "description": "Language code of the original content (e.g., 'ja', 'en')."
          },
          "title": {
            "type": "string",
            "maxLength": 3000,
            "description": "The title of the post.",
            "maxGraphemes": 300
          },
          "content": {
            "type": "string",
            "maxLength": 1000000,
            "description": "The content of the post (markdown).",
            "maxGraphemes": 100000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this post was originally created."
          },
          "translations": {
            "ref": "#translationMap",
            "type": "ref",
            "description": "Translations of the post in other languages."
          }
        }
      },
      "description": "Record containing a blog post."
    },
    "translation": {
      "type": "object",
      "properties": {
        "title": {
          "type": "string",
          "maxLength": 3000,
          "maxGraphemes": 300
        },
        "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:plc:uqzpqmrjnptsxezjx4xuh2mn
CID
bafyreia355eeyh6wtmzrn4oomar3ljjh7s2jybxox3qwujhgwywb3qmb7q
Indexed At
2026-01-28 14:32 UTC
AT-URI
at://did:plc:uqzpqmrjnptsxezjx4xuh2mn/com.atproto.lexicon.schema/ai.syui.log.post

Version History (2 versions)

Lexicon Garden

@