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
          },
          "title": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "content": {
            "type": "string",
            "maxLength": 1000000,
            "maxGraphemes": 100000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "translations": {
            "type": "unknown"
          }
        }
      },
      "description": "Record containing a blog post."
    }
  },
  "$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
bafyreierk4uytd5d6dsvq6titw2o7qykrvrkry6tyo4jdr7mllcggxz6wi
Indexed At
2026-01-18 04:58 UTC
AT-URI
at://did:plc:uqzpqmrjnptsxezjx4xuh2mn/com.atproto.lexicon.schema/ai.syui.log.post

Version History (2 versions)

Lexicon Garden

@