Advanced Excel · Schema

ChartList

List of charts.

AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Properties

Name Type Description
value array Array of charts.
View JSON Schema on GitHub

JSON Schema

excel-api-chartlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ChartList",
  "description": "List of charts.",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "description": "Array of charts.",
      "items": {
        "$ref": "#/$defs/Chart"
      }
    }
  }
}