com.barryfrost.checkin

barryfrost.com

{
  "id": "com.barryfrost.checkin",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "location"
        ],
        "properties": {
          "photos": {
            "type": "array",
            "items": {
              "ref": "#photo",
              "type": "ref"
            },
            "maxLength": 8,
            "description": "Photos taken at the checkin, uploaded as PDS blobs"
          },
          "address": {
            "type": "string",
            "maxLength": 500,
            "description": "Formatted venue address, e.g. \"123 High Street, London, UK\""
          },
          "category": {
            "type": "string",
            "maxLength": 100,
            "description": "Primary Foursquare venue category, e.g. \"Coffee Shop\""
          },
          "location": {
            "ref": "community.lexicon.location.fsq",
            "type": "ref",
            "description": "The Foursquare place where the checkin occurred"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 timestamp of the checkin"
          }
        }
      },
      "description": "A physical location checkin on Foursquare/Swarm"
    },
    "photo": {
      "type": "object",
      "required": [
        "image"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxLength": 1000
        },
        "image": {
          "type": "blob",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/webp"
          ],
          "maxSize": 1000000
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.barryfrost.checkin

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

Metadata

DID
did:plc:j5ksi3y4tdtbp7vpsxsfyask
CID
bafyreifdixtovxbxvzzyum2nxfpt7k3vm3m2xe4abz2mei37akqulg7e6e
Indexed At
2026-04-27 15:31 UTC
AT-URI
at://did:plc:j5ksi3y4tdtbp7vpsxsfyask/com.atproto.lexicon.schema/com.barryfrost.checkin

Version History (3 versions)

Referenced Schemas (1)

Lexicon Garden

@