Weaviate · Schema

Deprecation

Weaviate Deprecation schema

Vector DatabaseArtificial IntelligenceMachine-LearningSemantic SearchOpen-SourceGraphQLKubernetes

Properties

Name Type Description
id string The id that uniquely identifies this particular deprecation (mostly used internally).
status string Whether the problematic API functionality is deprecated (planned to be removed) or already removed.
apiType string Describes which API is affected, usually one of: REST, GraphQL and gRPC.
msg string What this deprecation is about.
mitigation string User-required object to not be affected by the (planned) removal.
sinceVersion string The deprecation was introduced in this version.
plannedRemovalVersion string A best-effort guess of which upcoming version will remove the feature entirely.
removedIn string If the feature has already been removed, it was removed in this version.
removedTime string If the feature has already been removed, it was removed at this timestamp.
sinceTime string The deprecation was introduced at this timestamp.
locations array The locations within the specified API affected by this deprecation.
View JSON Schema on GitHub

JSON Schema

weaviate-deprecation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-deprecation-schema.json",
  "title": "Deprecation",
  "description": "Weaviate Deprecation schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The id that uniquely identifies this particular deprecation (mostly used internally)."
    },
    "status": {
      "type": "string",
      "description": "Whether the problematic API functionality is deprecated (planned to be removed) or already removed."
    },
    "apiType": {
      "type": "string",
      "description": "Describes which API is affected, usually one of: REST, GraphQL and gRPC."
    },
    "msg": {
      "type": "string",
      "description": "What this deprecation is about."
    },
    "mitigation": {
      "type": "string",
      "description": "User-required object to not be affected by the (planned) removal."
    },
    "sinceVersion": {
      "type": "string",
      "description": "The deprecation was introduced in this version."
    },
    "plannedRemovalVersion": {
      "type": "string",
      "description": "A best-effort guess of which upcoming version will remove the feature entirely."
    },
    "removedIn": {
      "type": "string",
      "description": "If the feature has already been removed, it was removed in this version."
    },
    "removedTime": {
      "type": "string",
      "format": "date-time",
      "description": "If the feature has already been removed, it was removed at this timestamp."
    },
    "sinceTime": {
      "type": "string",
      "format": "date-time",
      "description": "The deprecation was introduced at this timestamp."
    },
    "locations": {
      "type": "array",
      "description": "The locations within the specified API affected by this deprecation.",
      "items": {
        "type": "string"
      }
    }
  }
}

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-deprecation"
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.