vectorize_index-name

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-vectorize-index-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/vectorize_index-name",
  "title": "vectorize_index-name",
  "example": "example-index",
  "pattern": "^([a-z]+[a-z0-9_-]*[a-z0-9]+)$",
  "type": "string"
}