social.passports.foursquare.checkin

passports.social

{
  "id": "social.passports.foursquare.checkin",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "checkinId",
        "venueId"
      ],
      "properties": {
        "venueId": {
          "type": "string",
          "maxLength": 64,
          "description": "Foursquare venue ID. Combined with the top-level venueUri, which is constructed as https://foursquare.com/venue/{venueId}."
        },
        "photoUrl": {
          "type": "string",
          "format": "uri",
          "description": "URL to the check-in photo, if one was attached. Foursquare CDN URL in original size."
        },
        "checkinId": {
          "type": "string",
          "maxLength": 64,
          "description": "Original Foursquare check-in ID. Used for deduplication and linking back to the source check-in."
        },
        "venueCity": {
          "type": "string",
          "maxLength": 100,
          "description": "City where the venue is located."
        },
        "venueState": {
          "type": "string",
          "maxLength": 100,
          "description": "State or region where the venue is located."
        },
        "venueCountry": {
          "type": "string",
          "maxLength": 2,
          "description": "ISO 3166-1 alpha-2 country code, e.g. 'US'."
        }
      },
      "description": "Foursquare/Swarm check-in metadata. Intended to be embedded within an app.beaconbits.beacon record as the 'foursquare' property, carrying fields that the beacon lexicon does not define — check-in ID, city, state, country, and photo. Consumers that only understand app.beaconbits.beacon will ignore this object."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.passports.foursquare.checkin

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ssdgllkzfwekkpmu7expw6cv
CID
bafyreiazdnrm5ekjksrs2fppewgoyb6mlvawxk2ivud5tuzfcvgbeljnlu
Indexed At
2026-06-12 21:13 UTC
AT-URI
at://did:plc:ssdgllkzfwekkpmu7expw6cv/com.atproto.lexicon.schema/social.passports.foursquare.checkin

Lexicon Garden

@