# com.thelexfiles.tuna97.temp.rsvp

> Published by [protopunx.bsky.social](https://lexicon.garden/identity/did:plc:deh4u7fsoeqtrbtkf5eptizr)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:deh4u7fsoeqtrbtkf5eptizr/com.thelexfiles.tuna97.temp.rsvp)
- [Documentation](https://lexicon.garden/lexicon/did:plc:deh4u7fsoeqtrbtkf5eptizr/com.thelexfiles.tuna97.temp.rsvp/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:deh4u7fsoeqtrbtkf5eptizr/com.thelexfiles.tuna97.temp.rsvp/examples)

## Definitions

### `com.thelexfiles.tuna97.temp.rsvp`

**Type**: `record`

rsvp record

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `status` | `string` | Yes | going or interested |
| `comment` | `string` | No |  |
| `eventId` | `ref` → `com.thelexfiles.tuna97.temp.event` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "com.thelexfiles.tuna97.temp.rsvp",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "status",
          "eventId",
          "createdAt"
        ],
        "properties": {
          "status": {
            "type": "string",
            "maxLength": 2,
            "description": "going or interested",
            "maxGraphemes": 0
          },
          "comment": {
            "type": "string",
            "maxLength": 4
          },
          "eventId": {
            "ref": "com.thelexfiles.tuna97.temp.event",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "rsvp record"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
