community.gifthood.geo.resolveArea

gifthood.community

{
  "id": "community.gifthood.geo.resolveArea",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "area"
          ],
          "properties": {
            "area": {
              "ref": "community.gifthood.geo.defs#area",
              "type": "ref",
              "description": "The resolved cell."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "geohash"
        ],
        "properties": {
          "geohash": {
            "type": "string",
            "description": "The geohash cell to name."
          },
          "precision": {
            "type": "integer",
            "maximum": 12,
            "minimum": 1,
            "description": "Optional truncation precision applied to the geohash before naming (consistency with feed.getListings; naming is gh-6-keyed)."
          }
        }
      },
      "description": "Resolve a geohash cell to its reverse-geocoded area label. Public — no authentication (naming a cell is public data, no viewer). Used for the area picker's live name as you pan."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.gifthood.geo.resolveArea

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

Metadata

DID
did:plc:7prvtl4j6wsfmkrfrnwknuxj
CID
bafyreigzctcpxwqduszxiigl7g6yzs2vzamgrfmpbxzfphszhs5rq6ohqa
Indexed At
2026-07-26 20:06 UTC
AT-URI
at://did:plc:7prvtl4j6wsfmkrfrnwknuxj/com.atproto.lexicon.schema/community.gifthood.geo.resolveArea

Referenced Schemas (1)

Lexicon Garden

@