Pinecone · Schema

UpdateOrganizationRequest

Vector DatabasesAIEmbeddingsRAG

Properties

Name Type Description
name string The new name for the organization.
View JSON Schema on GitHub

JSON Schema

pinecone-updateorganizationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateOrganizationRequest",
  "title": "UpdateOrganizationRequest",
  "type": "object",
  "properties": {
    "name": {
      "example": "organization-name",
      "description": "The new name for the organization.",
      "type": "string",
      "minLength": 1,
      "maxLength": 512
    }
  }
}