social.passports.raver.rave

passports.social

{
  "id": "social.passports.raver.rave",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "createdAt"
        ],
        "properties": {
          "image": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "description": "Event photo or flyer."
          },
          "notes": {
            "type": "string",
            "description": "Personal notes."
          },
          "title": {
            "type": "string",
            "description": "Event name."
          },
          "venue": {
            "ref": "social.passports.place",
            "type": "ref",
            "description": "Venue where the event took place. Inline place object — no external fetch required."
          },
          "genres": {
            "type": "string",
            "description": "Music genres, comma-separated."
          },
          "setlist": {
            "type": "string",
            "description": "Artist or set list notes."
          },
          "category": {
            "type": "string",
            "description": "Event category.",
            "knownValues": [
              "Rave",
              "Concert",
              "Festival"
            ]
          },
          "eventUrl": {
            "type": "string",
            "format": "uri",
            "description": "Link to the event page."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "eventDate": {
            "type": "string",
            "format": "date",
            "description": "Date the event occurred."
          },
          "venueType": {
            "type": "string",
            "description": "Type of venue (club, festival grounds, arena, etc.)."
          },
          "multiNight": {
            "type": "boolean",
            "description": "Whether this was a multi-night event."
          },
          "ticketIssuer": {
            "type": "string",
            "description": "Ticket provider (e.g. Dice.fm, RA.co)."
          },
          "hoursAttended": {
            "type": "integer",
            "description": "Approximate hours attended."
          }
        }
      },
      "description": "A rave, concert, or festival event attended."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.passports.raver.rave

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ssdgllkzfwekkpmu7expw6cv
CID
bafyreietcgjxynf3x3ypg2yy6neulohxy6ipfd35dmbpodexitzp6xptnq
Indexed At
2026-06-23 00:21 UTC
AT-URI
at://did:plc:ssdgllkzfwekkpmu7expw6cv/com.atproto.lexicon.schema/social.passports.raver.rave

Referenced Schemas (1)

Lexicon Garden

@