Backfill in-progress. Some lexicons and records may be missing or incomplete.

events.smokesignal.lfg

smokesignal.events

{
  "id": "events.smokesignal.lfg",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "location",
          "tags",
          "startsAt",
          "endsAt",
          "createdAt",
          "active"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64,
              "maxGraphemes": 64
            },
            "maxLength": 10,
            "minLength": 1,
            "description": "Interest tags for matching with events and other users."
          },
          "active": {
            "type": "boolean",
            "description": "Whether the LFG is currently active and visible to others."
          },
          "endsAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the LFG expires and is no longer visible."
          },
          "location": {
            "ref": "community.lexicon.location#geo",
            "type": "ref",
            "description": "The geographic location for activity partner matching."
          },
          "startsAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the LFG becomes active."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Record creation timestamp."
          }
        }
      },
      "description": "A Looking For Group record that broadcasts interest in finding activity partners within a geographic area."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against events.smokesignal.lfg

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

Metadata

DID
did:plc:tgudj2fjm77pzkuawquqhsxm
CID
bafyreihfrhq5f3bd76wgkeq72f2zmj47z3s3uv7iszjpltlqjmqfp3i2uy
Indexed At
2026-01-11 11:32 UTC
AT-URI
at://did:plc:tgudj2fjm77pzkuawquqhsxm/com.atproto.lexicon.schema/events.smokesignal.lfg

Referenced Schemas (1)

  • community.lexicon.location#geo

Lexicon Garden

@