place.stream.media.origin

did:web:stream.place

{
  "id": "place.stream.media.origin",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "blob",
          "size",
          "mimeType"
        ],
        "properties": {
          "blob": {
            "type": "string",
            "description": "BLAKE-3 content hash (BDASL CID) of the blob."
          },
          "size": {
            "type": "integer",
            "description": "Size of the blob in bytes."
          },
          "mimeType": {
            "type": "string",
            "description": "MIME type of the blob (e.g. video/mp4)."
          }
        }
      },
      "description": "An attestation that a MUXL blob is available for download from the publishing node, retrievable via XRPC (com.atproto.repo.getBlob and similar). Published by the Streamplace node that hosts the blob, not by the user who owns the underlying video. The rkey is conventionally the blob's BDASL CID — atproto lexicon doesn't yet have a literal-rkey syntax so we settle for `key: any` and rely on the convention."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.media.origin

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreietxs3ra7wknafc4josmjm67ujyvigtmf7hyk25fchuys4cbiyrte
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.media.origin

Lexicon Garden

@