vectorize_create-index-request

APIs.ioEngineeringPlatform

Properties

Name Type Description
config object
description object
name object
View JSON Schema on GitHub

JSON Schema

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