Gong · Schema

LibraryFoldersResponse

SalesRevenue IntelligenceConversationAnalyticsAI

Properties

Name Type Description
requestId string A unique identifier for the request.
folders array List of library folders.
View JSON Schema on GitHub

JSON Schema

gong-libraryfoldersresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LibraryFoldersResponse",
  "title": "LibraryFoldersResponse",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "A unique identifier for the request."
    },
    "folders": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LibraryFolder"
      },
      "description": "List of library folders."
    }
  }
}