com.sidefield.rsvp

sidefield-app.bsky.social

{
  "id": "com.sidefield.rsvp",
  "defs": {
    "no": {
      "type": "token",
      "description": "Not attending the event"
    },
    "yes": {
      "type": "token",
      "description": "Attending the event"
    },
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "status"
        ],
        "properties": {
          "status": {
            "type": "string",
            "knownValues": [
              "com.sidefield.rsvp#yes",
              "com.sidefield.rsvp#no",
              "com.sidefield.rsvp#maybe"
            ]
          },
          "comment": {
            "type": "string",
            "maxLength": 500,
            "description": "Optional comment providing context for the RSVP status"
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          }
        }
      },
      "description": "Record declaring an RSVP for a Sidefield community event."
    },
    "maybe": {
      "type": "token",
      "description": "Maybe attending the event"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.sidefield.rsvp

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:gmvwumglpc4sn5s77uzb2bth
CID
bafyreidzkhgem33odibo7msskhqvb5s7j53uak44qq7dzrw3u5powhfhfu
Indexed At
2026-01-10 10:10 UTC
AT-URI
at://did:plc:gmvwumglpc4sn5s77uzb2bth/com.atproto.lexicon.schema/com.sidefield.rsvp

Lexicon Garden

@