Oracle Essbase · Schema

ScriptList

List of scripts.

AnalyticsBudgetingBusiness IntelligenceFinancial ConsolidationMulti-Dimensional DatabaseOLAPPlanning

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

oracle-essbase-scriptlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScriptList",
  "title": "ScriptList",
  "type": "object",
  "description": "List of scripts.",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Script"
      }
    }
  }
}