{
"id": "community.gifthood.geo.defs",
"defs": {
"area": {
"type": "object",
"required": [
"geohash"
],
"properties": {
"coarse": {
"type": "boolean",
"description": "True when the label is county-level (a coarse 'approximate' hint), per cellKind."
},
"geohash": {
"type": "string",
"description": "The geohash cell being named (gh-6 privacy floor)."
},
"displayName": {
"type": "string",
"description": "The reverse-geocoded label for the cell. Display only; absent when the cell has no name."
}
},
"description": "A resolved (named) geo cell — the reverse-geocoded label for a geohash. Distinct from actor.defs#areaView (the saved home area + search radius); this is naming only."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}