{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-c11y-vector-schema.json", "title": "C11yVector", "description": "A vector representation of the object in the Contextionary. If provided at object creation, this wil take precedence over any vectorizer setting.", "type": "array", "items": { "type": "number", "format": "float" } }