Backfill in-progress. Some lexicons and records may be missing or incomplete.

community.lexicon.location.hthree

lexicon.community

Documentation

main object

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

Properties

name string Optional

The name of the location.

value string Required

The h3 encoded location.

View raw schema
{
  "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."
}

Lexicon Garden

@