{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/vectorize_index-configuration",
"title": "vectorize_index-configuration",
"description": "Specifies the type of configuration to use for the index.",
"oneOf": [
{
"$ref": "#/components/schemas/vectorize_index-dimension-configuration"
},
{
"$ref": "#/components/schemas/vectorize_index-preset-configuration"
}
]
}