# directory.evnt.venue.physical

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

## Definitions

### `directory.evnt.venue.physical`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `name` | `unknown` | No |  |
| `address` | `ref` → `directory.evnt.venue.physical#address` | No |  |

### `directory.evnt.venue.physical#address`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `addr` | `string` | No |  |
| `countryCode` | `string` | No |  |

## Raw Schema

```json
{
  "id": "directory.evnt.venue.physical",
  "defs": {
    "main": {
      "type": "object",
      "properties": {
        "name": {
          "type": "unknown"
        },
        "address": {
          "ref": "directory.evnt.venue.physical#address",
          "type": "ref"
        }
      }
    },
    "address": {
      "type": "object",
      "properties": {
        "addr": {
          "type": "string"
        },
        "countryCode": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
