garden.goals.category

lexicon.store View official

{
  "id": "garden.goals.category",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "categoryId",
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 100,
            "description": "Display name of the category"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the category was created"
          },
          "categoryId": {
            "type": "string",
            "maxLength": 64,
            "description": "Unique identifier for the category (UUID)"
          }
        }
      },
      "description": "A category for organizing goals."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against garden.goals.category

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreib7vg52j4lrbfs4eewhcn2t3fmryi65xtw5s7ckn4w2bn7ego4kte
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/garden.goals.category

Lexicon Garden

@