MCPcopy
hub / github.com/weaviate/weaviate / Schema

Struct Schema

entities/schema/schema.go:40–42  ·  view source on GitHub ↗

Describes the schema that is used in Weaviate.

Source from the content-addressed store, hash-verified

38
39// Describes the schema that is used in Weaviate.
40type Schema struct {
41 Objects *models.Schema
42}
43
44func Empty() Schema {
45 return Schema{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected