xyz.pardisio.time.entry

chris.pardy.family

{
  "id": "xyz.pardisio.time.entry",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "startTime",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 2000,
            "description": "Short label for what is being tracked.",
            "maxGraphemes": 200
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 640,
              "maxGraphemes": 64
            },
            "maxLength": 64,
            "description": "Arbitrary tag strings applied to this entry."
          },
          "endTime": {
            "type": "string",
            "format": "datetime",
            "description": "When tracking stopped. Absent while the timer is still running."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record was created."
          },
          "startTime": {
            "type": "string",
            "format": "datetime",
            "description": "When tracking started."
          }
        }
      },
      "description": "A single tracked span of time. A running timer is simply an entry with no endTime yet."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.pardisio.time.entry

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dp7v5b5kejmmzzpwmqyf5wj6
CID
bafyreigeoeemvu4qdknk7mpsxzdrzc27d37le6a7rdpji4l5pfyx7fgxh4
Indexed At
2026-08-01 16:26 UTC
AT-URI
at://did:plc:dp7v5b5kejmmzzpwmqyf5wj6/com.atproto.lexicon.schema/xyz.pardisio.time.entry

Lexicon Garden

@