cat.vt3e.gallery.groupItem

vt3e.cat

{
  "id": "cat.vt3e.gallery.groupItem",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "group",
          "image",
          "addedAt"
        ],
        "properties": {
          "note": {
            "type": "string"
          },
          "group": {
            "type": "string",
            "format": "at-uri",
            "description": "uri of the group that the image belongs to"
          },
          "image": {
            "type": "string",
            "format": "at-uri",
            "description": "uri of the image that this item represents"
          },
          "addedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "defines an item in a gallery group"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against cat.vt3e.gallery.groupItem

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2hcnfmbfr4ucfbjpnvjqvt3e
CID
bafyreid3hghq2xl74o43xwhucnnjrh5osbysi334l2ofgvk27xlvmzekgu
Indexed At
2026-02-13 14:19 UTC
AT-URI
at://did:plc:2hcnfmbfr4ucfbjpnvjqvt3e/com.atproto.lexicon.schema/cat.vt3e.gallery.groupItem

Lexicon Garden

@