at.secretsky.post

matt.evil.gay

{
  "id": "at.secretsky.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 5000,
            "maxGraphemes": 500
          },
          "reply": {
            "type": "object",
            "required": [
              "parent"
            ],
            "properties": {
              "parent": {
                "ref": "com.atproto.repo.strongRef",
                "type": "ref"
              }
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.secretsky.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tas6hj2xjrqben5653v5kohk
CID
bafyreif6wr3tjviknwq2glj62fgrsfo6xnefck57gpw7auda5odjeeaoli
Indexed At
2026-08-20 22:17 UTC
AT-URI
at://did:plc:tas6hj2xjrqben5653v5kohk/com.atproto.lexicon.schema/at.secretsky.post

Lexicon Garden

@