# community.gifthood.geo.defs

> Published by [gifthood.community](https://lexicon.garden/identity/did:plc:7prvtl4j6wsfmkrfrnwknuxj)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:7prvtl4j6wsfmkrfrnwknuxj/community.gifthood.geo.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:7prvtl4j6wsfmkrfrnwknuxj/community.gifthood.geo.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:7prvtl4j6wsfmkrfrnwknuxj/community.gifthood.geo.defs/examples)

## Definitions

### `community.gifthood.geo.defs#area`

**Type**: `object`

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.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `coarse` | `boolean` | No | True when the label is county-level (a coarse 'approximate' hint), per cellKind. |
| `geohash` | `string` | Yes | The geohash cell being named (gh-6 privacy floor). |
| `displayName` | `string` | No | The reverse-geocoded label for the cell. Display only; absent when the cell has no name. |

## Raw Schema

```json
{
  "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
}
```
