vectorize_index-preset-configuration

APIs.ioEngineeringPlatform

Properties

Name Type Description
preset object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-vectorize-index-preset-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/vectorize_index-preset-configuration",
  "title": "vectorize_index-preset-configuration",
  "properties": {
    "preset": {
      "$ref": "#/components/schemas/vectorize_index-preset"
    }
  },
  "required": [
    "preset"
  ],
  "type": "object"
}