io.atplan.plan

mikehacks.io

{
  "id": "io.atplan.plan",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "updatedAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "maxLength": 512,
            "description": "Optional personal or project URL"
          },
          "text": {
            "type": "string",
            "maxLength": 10000,
            "description": "The freeform .plan body"
          },
          "status": {
            "type": "string",
            "maxLength": 100,
            "description": "Short availability or mood line"
          },
          "project": {
            "type": "string",
            "maxLength": 256,
            "description": "Current project, the .project companion"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of last update"
          },
          "displayName": {
            "type": "string",
            "maxLength": 64,
            "description": "Human readable name"
          }
        }
      },
      "description": "A user plan record. Inspired by the Unix .plan file tradition."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.atplan.plan

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:li7aafca7mhntzdnrehbezgc
CID
bafyreieitc7qkqjcgxhx2zhzn5yjbvyw6kck6f7r2gt44orbeyatkroodu
Indexed At
2026-07-30 12:54 UTC
AT-URI
at://did:plc:li7aafca7mhntzdnrehbezgc/com.atproto.lexicon.schema/io.atplan.plan

Lexicon Garden

@