com.thelexfiles.tuna97.temp.rsvp

protopunx.bsky.social

Documentation

rsvp record

main record

rsvp record

Record Key tid Timestamp-based ID

Properties

comment string Optional

No description available.

maxLength: 4 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

status string Required

going or interested

maxLength: 2 bytesmaxGraphemes: 0 graphemes
View raw schema
{
  "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"
}

Lexicon Garden

@