Pinecone · Schema

protobufAny

Vector DatabasesAIEmbeddingsRAG

Properties

Name Type Description
typeUrl string
value string
View JSON Schema on GitHub

JSON Schema

pinecone-protobufany-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/protobufAny",
  "title": "protobufAny",
  "type": "object",
  "properties": {
    "typeUrl": {
      "type": "string"
    },
    "value": {
      "type": "string",
      "format": "byte"
    }
  }
}