place.stream.key

did:web:stream.place View official

{
  "id": "place.stream.key",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "signingKey",
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this key was created."
          },
          "createdBy": {
            "type": "string",
            "description": "The name of the client that created this key."
          },
          "signingKey": {
            "type": "string",
            "maxLength": 57,
            "minLength": 57,
            "description": "The did:key signing key for the stream."
          }
        }
      },
      "description": "Record linking an atproto identity with a stream signing key"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.key

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreifxtoef366sfia64a625gno6scc7qe5j3g3oh6xnzygctkejrrgzm
Indexed At
2026-01-25 11:50 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.key

Lexicon Garden

@