{
"type": "object",
"required": [
"vikingdbHost",
"vikingdbRegion",
"vikingdbAk",
"vikingdbSk",
"collectionName",
"indexName"
],
"properties": {
"indexName": {
"type": "string",
"description": "The name of the index to use."
},
"vikingdbAk": {
"type": "string",
"description": "The Access Key to use for the VikingDB server."
},
"vikingdbSk": {
"type": "string",
"description": "The Secret Key to use for the VikingDB server."
},
"vikingdbHost": {
"type": "string",
"description": "The host to use for the VikingDB server."
},
"collectionName": {
"type": "string",
"description": "The name of the collection to use."
},
"vikingdbRegion": {
"type": "string",
"description": "The region to use for the VikingDB server."
}
}
}