xyz.blogosphere.post

nandi.latha.org

{
  "id": "xyz.blogosphere.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "content",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 50
            },
            "maxLength": 10,
            "description": "Tags for categorizing the post"
          },
          "title": {
            "type": "string",
            "maxLength": 200,
            "minLength": 1,
            "description": "The title of the blog post"
          },
          "content": {
            "type": "string",
            "maxLength": 10000,
            "minLength": 1,
            "description": "The main content of the blog post in markdown"
          },
          "summary": {
            "type": "string",
            "maxLength": 500,
            "description": "Optional summary/excerpt of the post"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "published": {
            "type": "boolean",
            "default": false,
            "description": "Whether the post is published or draft"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.blogosphere.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ngokl2gnmpbvuvrfckja3g7p
CID
bafyreibpf23vvfhe24x5v4hfahojelfmekblya6kwg5uh4ox5fvdj5zqd4
Indexed At
2026-01-03 09:45 UTC
AT-URI
at://did:plc:ngokl2gnmpbvuvrfckja3g7p/com.atproto.lexicon.schema/xyz.blogosphere.post

Lexicon Garden

@