social.grain.gallery.defs

grain.social

{
  "id": "social.grain.gallery.defs",
  "defs": {
    "galleryView": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "creator",
        "record",
        "indexedAt"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "items": {
          "type": "array",
          "items": {
            "refs": [
              "social.grain.photo.defs#photoView"
            ],
            "type": "union"
          }
        },
        "labels": {
          "type": "array",
          "items": {
            "ref": "com.atproto.label.defs#label",
            "type": "ref"
          }
        },
        "record": {
          "type": "unknown"
        },
        "creator": {
          "ref": "social.grain.actor.defs#profileView",
          "type": "ref"
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.grain.gallery.defs

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

Metadata

DID
did:plc:e7rftrdyz5e2rw4y6ocszew2
CID
bafyreibtgizzj26rducti7zuxydxr7um3ynd4zzrayp7abhwyojw6k6zau
Indexed At
2026-02-13 14:32 UTC
AT-URI
at://did:plc:e7rftrdyz5e2rw4y6ocszew2/com.atproto.lexicon.schema/social.grain.gallery.defs

Referenced Schemas (3)

Lexicon Garden

@