{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ShardStatusGetResponse",
"title": "ShardStatusGetResponse",
"description": "Response body of shard status get request",
"properties": {
"name": {
"type": "string",
"description": "Name of the shard"
},
"status": {
"type": "string",
"description": "Status of the shard"
},
"vectorQueueSize": {
"type": "integer",
"description": "Size of the vector queue of the shard"
}
}
}