A physical location in the form of a H3 encoded location.
Properties
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."
}