tech.tokimeki.kaku.collectionItem

tokimeki.blue

{
  "id": "tech.tokimeki.kaku.collectionItem",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "collection",
          "post",
          "createdAt"
        ],
        "properties": {
          "post": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the post"
          },
          "order": {
            "type": "integer",
            "minimum": 0,
            "description": "Order within the collection"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "collection": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the collection"
          }
        }
      },
      "description": "An item in a collection linking to a post"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.tokimeki.kaku.collectionItem

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreibj3gjfssfqdcbo626ep5nj7u6yzrpnsycltcfdof7c7lnpw3n5jy
Indexed At
2026-01-13 19:55 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/tech.tokimeki.kaku.collectionItem

Lexicon Garden

@