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": {
              "type": "object",
              "required": [
                "image"
              ],
              "properties": {
                "alt": {
                  "type": "string",
                  "maxLength": 1000
                },
                "image": {
                  "type": "blob",
                  "accept": [
                    "image/jpeg",
                    "image/png",
                    "image/webp"
                  ],
                  "maxSize": 1000000
                }
              }
            },
            "maxLength": 8,
            "description": "Photos taken at the checkin, uploaded as PDS blobs"
          },
          "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"
    }
  },
  "$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
bafyreiefywrsai76iowhao7rnmvuv2be52am6ll7fnqptbtwrccjrkc554
Indexed At
2026-04-27 14:51 UTC
AT-URI
at://did:plc:j5ksi3y4tdtbp7vpsxsfyask/com.atproto.lexicon.schema/com.barryfrost.checkin

Version History (3 versions)

Referenced Schemas (1)

Lexicon Garden

@