Weaviate · Schema

DistributedTasks

Active distributed tasks by namespace.

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes
View JSON Schema on GitHub

JSON Schema

weaviate-distributedtasks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DistributedTasks",
  "title": "DistributedTasks",
  "type": "object",
  "description": "Active distributed tasks by namespace.",
  "additionalProperties": {
    "type": "array",
    "items": {
      "$ref": "#/components/schemas/DistributedTask"
    }
  }
}