fyi.wed.resolveGeolocation

wed.fyi

{
  "id": "fyi.wed.resolveGeolocation",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "latitude",
            "longitude"
          ],
          "properties": {
            "latitude": {
              "type": "integer"
            },
            "longitude": {
              "type": "integer"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "query"
        ],
        "properties": {
          "query": {
            "type": "string",
            "maxLength": 512,
            "description": "The location to query."
          }
        }
      },
      "description": "Resolves a location string to latitude and longitude, expressed in microdegrees (degrees × 1e7)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against fyi.wed.resolveGeolocation

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jw2rjf3xwlxrrcg4i7rfozgc
CID
bafyreihw6p5ffnwvw3qqrwjiiuc6dvmgtmg2yghgvduo2yiioq3vj3gnky
Indexed At
2026-08-20 16:01 UTC
AT-URI
at://did:plc:jw2rjf3xwlxrrcg4i7rfozgc/com.atproto.lexicon.schema/fyi.wed.resolveGeolocation

Lexicon Garden

@