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