es.joeinn.timetracker.activity

joeinn.es

{
  "id": "es.joeinn.timetracker.activity",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "color",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 80,
            "minLength": 1
          },
          "color": {
            "type": "string",
            "maxLength": 9,
            "minLength": 4
          },
          "budget": {
            "ref": "#budget",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A named activity and its optional weekly budget."
    },
    "budget": {
      "type": "object",
      "required": [
        "weeklyMinutes",
        "weekdays",
        "timezone"
      ],
      "properties": {
        "timezone": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1
        },
        "weekdays": {
          "type": "array",
          "items": {
            "type": "integer",
            "maximum": 7,
            "minimum": 1
          },
          "maxLength": 7,
          "minLength": 1
        },
        "weeklyMinutes": {
          "type": "integer",
          "maximum": 10080,
          "minimum": 1
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against es.joeinn.timetracker.activity

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:me4kozmcrc74z2wgkvqvkbfd
CID
bafyreifermsizjagojuhx6uhh5nxh2xpjljmdlu6rg3ualenuy7k4nib34
Indexed At
2026-09-03 13:26 UTC
AT-URI
at://did:plc:me4kozmcrc74z2wgkvqvkbfd/com.atproto.lexicon.schema/es.joeinn.timetracker.activity

Lexicon Garden

@