org.okazu-diary.material.collectionItem

okazu-diary.org

{
  "id": "org.okazu-diary.material.collectionItem",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "collection",
          "subjects",
          "createdAt"
        ],
        "properties": {
          "via": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to an `org.okazu-diary.feed.entry` record or an `org.okazu-diary.material.collectionItem` of another collection from which this collection item is derived."
          },
          "note": {
            "type": "string",
            "maxLength": 5000,
            "description": "Remarks on the collection item.",
            "maxGraphemes": 500
          },
          "subjects": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 16,
            "minLength": 1,
            "description": "Reference(s) to a material or set of materials (`org.okazu-diary.material.external`) to be included in the collection."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "collection": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference to the collection record (`org.okazu-diary.feed.collection`)."
          }
        }
      },
      "description": "Record declaring the inclusion of a single material or a set of materials in a specific collection."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

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

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@