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