# directory.evnt.event

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

## Definitions

### `directory.evnt.event`

**Type**: `record`

An OpenEvnt event record

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `v` | `string` | Yes |  |
| `name` | `unknown` | Yes |  |
| `venues` | `array` | No |  |
| `instances` | `array` | No |  |
| `components` | `array` | No |  |

## Raw Schema

```json
{
  "id": "directory.evnt.event",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "v",
          "name"
        ],
        "properties": {
          "v": {
            "type": "string"
          },
          "name": {
            "type": "unknown"
          },
          "venues": {
            "type": "array",
            "items": {
              "refs": [
                "directory.evnt.venue.online",
                "directory.evnt.venue.physical",
                "directory.evnt.venue.unknown"
              ],
              "type": "union"
            }
          },
          "instances": {
            "type": "array",
            "items": {
              "ref": "directory.evnt.event.instance",
              "type": "ref"
            }
          },
          "components": {
            "type": "array",
            "items": {
              "refs": [
                "directory.evnt.component.link",
                "directory.evnt.component.source",
                "directory.evnt.component.splashMedia",
                "app.bsky.richtext"
              ],
              "type": "union"
            }
          }
        }
      },
      "description": "An OpenEvnt event record"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}
```
