# directory.evnt.media

> Published by [evnt.directory](https://lexicon.garden/identity/did:plc:hxbg7yhlsaamqu27tp5ptmi7)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:hxbg7yhlsaamqu27tp5ptmi7/directory.evnt.media)
- [Documentation](https://lexicon.garden/lexicon/did:plc:hxbg7yhlsaamqu27tp5ptmi7/directory.evnt.media/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:hxbg7yhlsaamqu27tp5ptmi7/directory.evnt.media/examples)

## Definitions

### `directory.evnt.media`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `alt` | `unknown` | No |  |
| `sources` | `array` | Yes |  |
| `presentation` | `ref` → `directory.evnt.media#presentation` | No |  |

### `directory.evnt.media#presentation`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `blurhash` | `string` | No |  |
| `dominantColor` | `string` | No |  |

## Raw Schema

```json
{
  "id": "directory.evnt.media",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "sources"
      ],
      "properties": {
        "alt": {
          "type": "unknown"
        },
        "sources": {
          "type": "array",
          "items": {
            "ref": "directory.evnt.media.source",
            "type": "ref"
          }
        },
        "presentation": {
          "ref": "directory.evnt.media#presentation",
          "type": "ref"
        }
      }
    },
    "presentation": {
      "type": "object",
      "properties": {
        "blurhash": {
          "type": "string"
        },
        "dominantColor": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}
```
