Cloudflare · Schema

VectorizeIndex

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
name string The name of the index.
description string Description of the index.
config object
created_on string
modified_on string
View JSON Schema on GitHub

JSON Schema

cloudflare-vectorize-vectorize-index-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VectorizeIndex",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the index."
    },
    "description": {
      "type": "string",
      "description": "Description of the index."
    },
    "config": {
      "type": "object"
    },
    "created_on": {
      "type": "string"
    },
    "modified_on": {
      "type": "string"
    }
  }
}