{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-c11y-words-response-structure.json", "title": "C11yWordsResponse", "description": "An array of available words and contexts.", "type": "object", "properties": { "concatenatedWord": { "type": "map", "description": "Weighted results for all words" }, "individualWords": { "type": "array", "description": "Weighted results for per individual word" } } }