id.sifa.profile.location

sifa.id

{
  "id": "id.sifa.profile.location",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "address",
          "type",
          "createdAt"
        ],
        "properties": {
          "type": {
            "type": "string",
            "description": "The role of this location.",
            "knownValues": [
              "id.sifa.defs#locationPrimary",
              "id.sifa.defs#locationBusiness",
              "id.sifa.defs#locationTravel"
            ]
          },
          "label": {
            "type": "string",
            "maxLength": 600,
            "description": "Optional user-defined label for this location.",
            "maxGraphemes": 60
          },
          "address": {
            "ref": "community.lexicon.location.address",
            "type": "ref",
            "description": "Structured location address. Sifa enforces ISO 3166-1 alpha-2 country codes at the app layer."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this record was created."
          },
          "isPrimary": {
            "type": "boolean",
            "description": "Whether this is the primary/display location."
          }
        }
      },
      "description": "A single location entry in the user's profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A location associated with the user's professional profile. Supports multiple locations per user (e.g. residential, business, travel)."
}

Validate Record

Validate a record against id.sifa.profile.location

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

Metadata

DID
did:plc:2f2ahswozqy4v5lvu676375y
CID
bafyreiaulgf23e3meel6pvfiwf7icfra3pguh7tncffthjrl4vmwtslnn4
Indexed At
2026-05-27 12:05 UTC
AT-URI
at://did:plc:2f2ahswozqy4v5lvu676375y/com.atproto.lexicon.schema/id.sifa.profile.location

Referenced Schemas (1)

Lexicon Garden

@