Cloudflare · Schema

IndexInput

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
View JSON Schema on GitHub

JSON Schema

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