# directory.evnt.venue.online

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

## Definitions

### `directory.evnt.venue.online`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `string` | No |  |
| `name` | `unknown` | No |  |

## Raw Schema

```json
{
  "id": "directory.evnt.venue.online",
  "defs": {
    "main": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string"
        },
        "name": {
          "type": "unknown"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
