Qdrant · Schema

StateRole

Role of the peer in the consensus

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-staterole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StateRole",
  "title": "StateRole",
  "description": "Role of the peer in the consensus",
  "type": "string",
  "enum": [
    "Follower",
    "Candidate",
    "Leader",
    "PreCandidate"
  ]
}