# community.lexicon.location.hthree

> Published by [lexicon.community](https://lexicon.garden/identity/did:plc:2uwoih2htodskvgocarwv5eq)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:2uwoih2htodskvgocarwv5eq/community.lexicon.location.hthree)
- [Documentation](https://lexicon.garden/lexicon/did:plc:2uwoih2htodskvgocarwv5eq/community.lexicon.location.hthree/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:2uwoih2htodskvgocarwv5eq/community.lexicon.location.hthree/examples)

## Definitions

### `community.lexicon.location.hthree`

**Type**: `object`

A physical location in the form of a H3 encoded location.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `name` | `string` | No | The name of the location. |
| `value` | `string` | Yes | The h3 encoded location. |

## Raw Schema

```json
{
  "id": "community.lexicon.location.hthree",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "value"
      ],
      "properties": {
        "name": {
          "type": "string",
          "description": "The name of the location."
        },
        "value": {
          "type": "string",
          "description": "The h3 encoded location."
        }
      },
      "description": "A physical location in the form of a H3 encoded location."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
