Weaviate · JSON Structure

Weaviate Schema Structure

Definitions of semantic schemas (also see: https://github.com/weaviate/weaviate-semantic-schemas).

Type: object Properties: 3
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Schema Structure is a JSON Structure definition published by Weaviate, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

classes maintainer name

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-schema-structure.json",
  "title": "Schema",
  "description": "Definitions of semantic schemas (also see: https://github.com/weaviate/weaviate-semantic-schemas).",
  "type": "object",
  "properties": {
    "classes": {
      "type": "array",
      "description": "Semantic classes that are available."
    },
    "maintainer": {
      "type": "email",
      "description": "Email of the maintainer."
    },
    "name": {
      "type": "str",
      "description": "Name of the schema."
    }
  }
}