Pinecone · Schema

Pagination

Vector DatabasesAIEmbeddingsRAG

Properties

Name Type Description
next string
View JSON Schema on GitHub

JSON Schema

pinecone-pagination-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Pagination",
  "title": "Pagination",
  "type": "object",
  "properties": {
    "next": {
      "example": "Tm90aGluZyB0byBzZWUgaGVyZQo=",
      "type": "string"
    }
  }
}