coop.hypha.spores.content.image

hypha.coop

{
  "id": "coop.hypha.spores.content.image",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "image",
          "createdAt"
        ],
        "properties": {
          "embed": {
            "type": "unknown",
            "description": "Optional Bluesky-compatible image embed payload."
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 10000000,
            "description": "The image blob."
          },
          "title": {
            "type": "string",
            "maxLength": 2000,
            "description": "Optional title for the image.",
            "maxGraphemes": 200
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when the image was uploaded."
          }
        }
      },
      "description": "An image uploaded to the garden."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against coop.hypha.spores.content.image

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rxduhzsfgfpl2glle7vagcwl
CID
bafyreigbgbgkdfkym5qalqkz47ykoment3xpur5g7visyctd2dafkmvsti
Indexed At
2026-03-19 19:02 UTC
AT-URI
at://did:plc:rxduhzsfgfpl2glle7vagcwl/com.atproto.lexicon.schema/coop.hypha.spores.content.image

Lexicon Garden

@