com.lognship.log.entry

lognship.com

{
  "id": "com.lognship.log.entry",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "project",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 20480,
            "description": "The primary log entry content.",
            "maxGraphemes": 2048
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "com.lognship.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of byte ranges within the entry's text."
          },
          "project": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the lognship project this log entry belongs to."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this log entry was originally created."
          }
        }
      },
      "description": "Record containing a lognship log entry."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.lognship.log.entry

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ln7l376244zkvhwu4wgr3rzz
CID
bafyreigshhg3gfplrfi7nskuk5e4cky62m6sie6u4lunrbugfwdq36sg6e
Indexed At
2026-07-26 20:11 UTC
AT-URI
at://did:plc:ln7l376244zkvhwu4wgr3rzz/com.atproto.lexicon.schema/com.lognship.log.entry

Referenced Schemas (1)

Lexicon Garden

@