# coop.hypha.pollen.embed.text

> Published by [hypha.coop](https://lexicon.garden/identity/did:plc:rxduhzsfgfpl2glle7vagcwl)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:rxduhzsfgfpl2glle7vagcwl/coop.hypha.pollen.embed.text)
- [Documentation](https://lexicon.garden/lexicon/did:plc:rxduhzsfgfpl2glle7vagcwl/coop.hypha.pollen.embed.text/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:rxduhzsfgfpl2glle7vagcwl/coop.hypha.pollen.embed.text/examples)

## Definitions

### `coop.hypha.pollen.embed.text`

**Type**: `object`

Free-form text content for a claim.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `text` | `string` | Yes | Context or description of the provenance claim. |

## Raw Schema

```json
{
  "id": "coop.hypha.pollen.embed.text",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "text"
      ],
      "properties": {
        "text": {
          "type": "string",
          "description": "Context or description of the provenance claim."
        }
      },
      "description": "Free-form text content for a claim."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
