Weaviate · Schema

ClassificationMeta

Additional information to a specific classification.

Vector DatabaseArtificial IntelligenceMachine-LearningSemantic SearchOpen-SourceGraphQLKubernetes

Properties

Name Type Description
started string Time when this classification was started.
completed string Time when this classification finished.
count integer Number of objects which were taken into consideration for classification.
countSucceeded integer Number of objects successfully classified.
countFailed integer Number of objects which could not be classified - see error message for details.
View JSON Schema on GitHub

JSON Schema

weaviate-classification-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-classification-meta-schema.json",
  "title": "ClassificationMeta",
  "description": "Additional information to a specific classification.",
  "type": "object",
  "properties": {
    "started": {
      "type": "string",
      "format": "date-time",
      "description": "Time when this classification was started.",
      "example": "2017-07-21T17:32:28Z"
    },
    "completed": {
      "type": "string",
      "format": "date-time",
      "description": "Time when this classification finished.",
      "example": "2017-07-21T17:32:28Z"
    },
    "count": {
      "type": "integer",
      "description": "Number of objects which were taken into consideration for classification.",
      "example": 147
    },
    "countSucceeded": {
      "type": "integer",
      "description": "Number of objects successfully classified.",
      "example": 140
    },
    "countFailed": {
      "type": "integer",
      "description": "Number of objects which could not be classified - see error message for details.",
      "example": 7
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/weaviate-classification-meta"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.