# directory.evnt.component.link

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

## Definitions

### `directory.evnt.component.link`

**Type**: `object`

A link to an external resource related to the event

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `string` | Yes |  |
| `name` | `unknown` | No |  |
| `opensAt` | `unknown` | No |  |
| `closesAt` | `unknown` | No |  |
| `disabled` | `boolean` | No |  |

## Raw Schema

```json
{
  "id": "directory.evnt.component.link",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string"
        },
        "name": {
          "type": "unknown"
        },
        "opensAt": {
          "type": "unknown"
        },
        "closesAt": {
          "type": "unknown"
        },
        "disabled": {
          "type": "boolean"
        }
      },
      "description": "A link to an external resource related to the event"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
