Oracle Essbase Script
A calculation or MDX script associated with an Oracle Essbase database. Calculation scripts (.csc) contain Essbase calculation language statements for aggregating and computing data values. MDX scripts contain MDX queries for data retrieval and manipulation.
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Script name, typically including the file extension (.csc for calculation scripts). |
| content | string | Full text content of the script including calculation or MDX statements. |
| modifiedBy | string | User ID of the person who last modified the script. |
| modifiedTime | integer | Last modification timestamp in milliseconds since Unix epoch. |
| links | array | HATEOAS navigation links. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "oracle-essbase-script-schema.json",
"title": "Oracle Essbase Script",
"description": "A calculation or MDX script associated with an Oracle Essbase database. Calculation scripts (.csc) contain Essbase calculation language statements for aggregating and computing data values. MDX scripts contain MDX queries for data retrieval and manipulation.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Script name, typically including the file extension (.csc for calculation scripts)."
},
"content": {
"type": "string",
"description": "Full text content of the script including calculation or MDX statements."
},
"modifiedBy": {
"type": "string",
"description": "User ID of the person who last modified the script."
},
"modifiedTime": {
"type": "integer",
"description": "Last modification timestamp in milliseconds since Unix epoch."
},
"links": {
"type": "array",
"description": "HATEOAS navigation links.",
"items": {
"$ref": "#/$defs/Link"
}
}
},
"required": ["name", "content"],
"$defs": {
"Link": {
"type": "object",
"description": "HATEOAS navigation link.",
"properties": {
"rel": {
"type": "string",
"description": "Link relation type."
},
"href": {
"type": "string",
"format": "uri",
"description": "Link URL."
},
"method": {
"type": "string",
"description": "HTTP method for this link."
},
"type": {
"type": "string",
"description": "Media type of the linked resource."
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/oracle-essbase-script"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.