io.mariotacke.journal.post

mariotacke.io

{
  "id": "io.mariotacke.journal.post",
  "key": "literal:io.mariotacke.journal.post",
  "type": "record",
  "$type": "com.atproto.lexicon.schema",
  "record": {
    "type": "object",
    "required": [
      "title",
      "text",
      "createdAt"
    ],
    "properties": {
      "mood": {
        "enum": [
          "Excited",
          "Neutral",
          "Reflective",
          "Elated"
        ],
        "type": "string"
      },
      "tags": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "maxLength": 5
      },
      "text": {
        "type": "string",
        "maxLength": 1000
      },
      "title": {
        "type": "string",
        "maxLength": 100
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "lexicon": 1,
  "description": "A private, timestamped journal entry record."
}

Validate Record

Validate a record against io.mariotacke.journal.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mgjccvg6mlwjgyz5cmm5r7ey
CID
bafyreibawuov3tidpzfwtn7xebblo37m2gqetewjkzrjt47o7ekab7xlhe
Indexed At
2026-02-13 13:56 UTC
AT-URI
at://did:plc:mgjccvg6mlwjgyz5cmm5r7ey/com.atproto.lexicon.schema/io.mariotacke.journal.post

Lexicon Garden

@