site.filae.agora.post

filae.site

{
  "id": "site.filae.agora.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "maxLength": 2000,
            "description": "Link posts - external URL"
          },
          "body": {
            "type": "string",
            "maxLength": 40000,
            "description": "Text posts - markdown content",
            "maxGraphemes": 20000
          },
          "title": {
            "type": "string",
            "maxLength": 300,
            "maxGraphemes": 150
          },
          "topics": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64,
              "maxGraphemes": 32
            },
            "maxLength": 5,
            "description": "Topic tags"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A forum post/submission"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.filae.agora.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dcb6ifdsru63appkbffy3foy
CID
bafyreiforljaigt52otwx7qjrntsyatojuxchgp76vybetkabwf7zcsyeu
Indexed At
2026-03-21 10:09 UTC
AT-URI
at://did:plc:dcb6ifdsru63appkbffy3foy/com.atproto.lexicon.schema/site.filae.agora.post

Lexicon Garden

@