community.lexicon.location.hthree

didplc.bsky.social View official

Documentation

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

main object

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

Properties

name string Optional

The name of the location.

value string Optional

The h3 encoded location.

View raw schema
{
  "type": "object",
  "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."
}

Lexicon Garden

@