place.stream.key

did:web:stream.place View official

Documentation

Record linking an atproto identity with a stream signing key

main record

Record linking an atproto identity with a stream signing key

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when this key was created.

createdBy string Optional

The name of the client that created this key.

signingKey string Required

The did:key signing key for the stream.

maxLength: 57 bytesminLength: 57 bytes
View raw schema
{
  "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"
}

Lexicon Garden

@