{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-user-api-key-structure.json", "title": "UserApiKey", "description": "Weaviate UserApiKey schema", "type": "object", "properties": { "apikey": { "type": "str", "description": "The API key associated with the user." } } }