org.okazu-diary.material.collection

okazu-diary.org

{
  "id": "org.okazu-diary.material.collection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 64,
            "minLength": 1,
            "description": "Display name for the collection."
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "General-purpose self-label values primarily for consumption by generic AT clients. See the `labels` property of `org.okazu-diary.feed.entry` for details."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          }
        }
      },
      "description": "Record representing a user-curated colleciton of materials."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.okazu-diary.material.collection

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xhvreb3sb62k5u73jkjt64jr
CID
bafyreiax37pbysrkvbrovihnk2v2ejxqgofixi7ko4bs43m3xektimgtpe
Indexed At
2026-02-13 14:00 UTC
AT-URI
at://did:plc:xhvreb3sb62k5u73jkjt64jr/com.atproto.lexicon.schema/org.okazu-diary.material.collection

Referenced Schemas (1)

Lexicon Garden

@