# com.suibari.nagi.richtext

> Published by [suibari.com](https://lexicon.garden/identity/did:plc:uixgxpiqf4i63p6rgpu7ytmx)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.suibari.nagi.richtext)
- [Documentation](https://lexicon.garden/lexicon/did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.suibari.nagi.richtext/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.suibari.nagi.richtext/examples)

## Definitions

### `com.suibari.nagi.richtext#bluemoji`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `alt` | `string` | No |  |
| `did` | `string` (did) | Yes |  |
| `ref` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `name` | `string` | Yes |  |
| `mediaType` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "com.suibari.nagi.richtext",
  "defs": {
    "bluemoji": {
      "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"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
