click.croft.hasharium.exhibition

ewancroft.uk

{
  "id": "click.croft.hasharium.exhibition",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "specimens",
          "createdAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 300,
            "maxGraphemes": 80
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "specimens": {
            "type": "array",
            "items": {
              "ref": "#specimen",
              "type": "ref"
            },
            "maxLength": 60,
            "minLength": 1
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 600
          }
        }
      }
    },
    "specimen": {
      "type": "object",
      "required": [
        "subject"
      ],
      "properties": {
        "caption": {
          "type": "string",
          "maxLength": 1000,
          "maxGraphemes": 280
        },
        "subject": {
          "type": "string",
          "format": "did"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against click.croft.hasharium.exhibition

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ofrbh253gwicbkc5nktqepol
CID
bafyreih3jltaewa2xg3kl7gvmipfhpmaz2g5vkaecehvu6fgaym6iakljm
Indexed At
2026-07-17 10:36 UTC
AT-URI
at://did:plc:ofrbh253gwicbkc5nktqepol/com.atproto.lexicon.schema/click.croft.hasharium.exhibition

Lexicon Garden

@