com.suibari.nagi.richtext

suibari.com

Documentation

bluemoji object

No description available.

Properties

alt string Optional

No description available.

did string did Required

A decentralized identifier (DID).

mediaType string Required

No description available.

name string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "ref",
    "did",
    "name",
    "mediaType"
  ],
  "properties": {
    "alt": {
      "type": "string"
    },
    "did": {
      "type": "string",
      "format": "did"
    },
    "ref": {
      "ref": "com.atproto.repo.strongRef",
      "type": "ref"
    },
    "name": {
      "type": "string"
    },
    "mediaType": {
      "type": "string"
    }
  }
}

Lexicon Garden

@