# directory.evnt.event.instance

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

## Definitions

### `directory.evnt.event.instance`

**Type**: `object`

An instance of an event

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `end` | `string` | No |  |
| `start` | `string` | No |  |

## Raw Schema

```json
{
  "id": "directory.evnt.event.instance",
  "defs": {
    "main": {
      "type": "object",
      "properties": {
        "end": {
          "type": "string"
        },
        "start": {
          "type": "string"
        }
      },
      "description": "An instance of an event"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
