# directory.evnt.media.source

> 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.source)
- [Documentation](https://lexicon.garden/lexicon/did:plc:hxbg7yhlsaamqu27tp5ptmi7/directory.evnt.media.source/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:hxbg7yhlsaamqu27tp5ptmi7/directory.evnt.media.source/examples)

## Definitions

### `directory.evnt.media.source`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `string` | No |  |
| `blob` | `blob` | No |  |
| `mimeType` | `string` | No |  |
| `dimensions` | `ref` → `directory.evnt.media.source#dimensions` | No |  |

### `directory.evnt.media.source#dimensions`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `width` | `string` | No |  |
| `height` | `string` | No |  |

## Raw Schema

```json
{
  "id": "directory.evnt.media.source",
  "defs": {
    "main": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string"
        },
        "blob": {
          "type": "blob"
        },
        "mimeType": {
          "type": "string"
        },
        "dimensions": {
          "ref": "directory.evnt.media.source#dimensions",
          "type": "ref"
        }
      }
    },
    "dimensions": {
      "type": "object",
      "properties": {
        "width": {
          "type": "string"
        },
        "height": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}
```
