Qdrant · Schema

PeerInfo

Information of a peer in the cluster

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
uri string
View JSON Schema on GitHub

JSON Schema

qdrant-peerinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PeerInfo",
  "title": "PeerInfo",
  "description": "Information of a peer in the cluster",
  "type": "object",
  "required": [
    "uri"
  ],
  "properties": {
    "uri": {
      "type": "string"
    }
  }
}