at.ducs.users.defs

ducs.at

Documentation

avatar blob

Image to be displayed next to messages from a user

Accepted typesimage/png, image/jpeg
Max size1000000 bytes
View raw schema
{
  "type": "blob",
  "accept": [
    "image/png",
    "image/jpeg"
  ],
  "maxSize": 1000000,
  "description": "Image to be displayed next to messages from a user"
}
profile object

No description available.

Properties

avatar string uri Optional

A valid URI.

did string did Required

A decentralized identifier (DID).

displayName string Optional

No description available.

handle string handle Required

An AT Protocol handle (e.g., alice.bsky.social).

View raw schema
{
  "type": "object",
  "required": [
    "did",
    "handle"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    },
    "avatar": {
      "type": "string",
      "format": "uri"
    },
    "handle": {
      "type": "string",
      "format": "handle"
    },
    "displayName": {
      "type": "string"
    }
  }
}

Lexicon Garden

@