io.kich.recipe.collectionitem

lexicon.store View official

{
  "id": "io.kich.recipe.collectionitem",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "collection",
          "createdAt"
        ],
        "properties": {
          "group": {
            "type": "string",
            "description": "Optional group/section name for organizing recipes within the collection"
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the recipe (io.kich.recipe.recipe) included in the collection"
          },
          "position": {
            "type": "integer",
            "description": "Optional position for ordering items within the collection"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this item was added to the collection"
          },
          "collection": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference (AT-URI) to the collection record (io.kich.recipe.collection)"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Record representing a recipe's inclusion in a specific collection. One record per recipe per collection."
}

Validate Record

Validate a record against io.kich.recipe.collectionitem

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreibzo64fzdcwvh5w6irjxxxj53zuvjhh3oodvhjck77be5a4m2vec4
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/io.kich.recipe.collectionitem

Lexicon Garden

@