us.polhem.blog.media

polhem.us

{
  "id": "us.polhem.blog.media",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "filename",
          "image",
          "createdAt"
        ],
        "properties": {
          "image": {
            "ref": "app.bsky.embed.images#image",
            "type": "ref"
          },
          "filename": {
            "type": "string",
            "maxLength": 1000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Record describing a piece of media."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Media for my personal blog (https://polhem.us)"
}

Validate Record

Validate a record against us.polhem.blog.media

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

Metadata

DID
did:plc:p5a4pydyirvdkmc3lhw2iykp
CID
bafyreifbesex5fhshmzyatmdgwkds7ariy7a7vk6rsk2b7iwhj3gul2gki
Indexed At
2026-03-24 17:36 UTC
AT-URI
at://did:plc:p5a4pydyirvdkmc3lhw2iykp/com.atproto.lexicon.schema/us.polhem.blog.media

Referenced Schemas (1)

Lexicon Garden

@