vectorize_update-index-request

APIs.ioEngineeringPlatform

Properties

Name Type Description
description object
View JSON Schema on GitHub

JSON Schema

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