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

## Definitions

### `directory.evnt.component.source`

**Type**: `object`

A source of information about the event

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "directory.evnt.component.source",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string"
        }
      },
      "description": "A source of information about the event"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
