Weaviate · JSON Structure

Weaviate Geo Coordinates Structure

Weaviate GeoCoordinates schema

Type: object Properties: 2
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Geo Coordinates Structure is a JSON Structure definition published by Weaviate, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

latitude longitude

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-geo-coordinates-structure.json",
  "title": "GeoCoordinates",
  "description": "Weaviate GeoCoordinates schema",
  "type": "object",
  "properties": {
    "latitude": {
      "type": "float32",
      "description": "The latitude of the point on earth in decimal form."
    },
    "longitude": {
      "type": "float32",
      "description": "The longitude of the point on earth in decimal form."
    }
  }
}