at.dropb.file

dropb.at

{
  "id": "at.dropb.file",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "blob"
        ],
        "properties": {
          "blob": {
            "type": "blob",
            "accept": [
              "*/*"
            ]
          },
          "name": {
            "type": "string",
            "maxLength": 255
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "thumbnail": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 102400
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A file"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.dropb.file

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jbaidutg6wkd5ckqqwlhrnej
CID
bafyreic7abg7kmz5rhctnkdimccfb2ah4g3eyqc7xsyikgtura42gu46um
Indexed At
2026-03-14 14:44 UTC
AT-URI
at://did:plc:jbaidutg6wkd5ckqqwlhrnej/com.atproto.lexicon.schema/at.dropb.file

Lexicon Garden

@