# fyi.questionable.richtext.blueskyPost

> Published by [questionable.fyi](https://lexicon.garden/identity/did:plc:2tpqeou2twn2lvronqe2ipoi)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:2tpqeou2twn2lvronqe2ipoi/fyi.questionable.richtext.blueskyPost)
- [Documentation](https://lexicon.garden/lexicon/did:plc:2tpqeou2twn2lvronqe2ipoi/fyi.questionable.richtext.blueskyPost/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:2tpqeou2twn2lvronqe2ipoi/fyi.questionable.richtext.blueskyPost/examples)

## Definitions

### `fyi.questionable.richtext.blueskyPost`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `postRef` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `plaintext` | `string` | No |  |

## Raw Schema

```json
{
  "id": "fyi.questionable.richtext.blueskyPost",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "postRef"
      ],
      "properties": {
        "postRef": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        },
        "plaintext": {
          "type": "string",
          "maxLength": 1000,
          "maxGraphemes": 1000
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
