vectorize_delete-metadata-index-request

APIs.ioEngineeringPlatform

Properties

Name Type Description
propertyName string Specifies the metadata property for which the index must be deleted.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-vectorize-delete-metadata-index-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/vectorize_delete-metadata-index-request",
  "title": "vectorize_delete-metadata-index-request",
  "properties": {
    "propertyName": {
      "description": "Specifies the metadata property for which the index must be deleted.",
      "example": "random_metadata_property",
      "type": "string"
    }
  },
  "required": [
    "propertyName"
  ],
  "type": "object"
}