Azure Databricks · JSON Structure

Azure Databricks Cluster Event Structure

Type: object Properties: 4
AnalyticsApache SparkBig DataData EngineeringMachine Learning

ClusterEvent is a JSON Structure definition published by Azure Databricks, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

cluster_id timestamp type details

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ClusterEvent",
  "type": "object",
  "properties": {
    "cluster_id": {
      "type": "string"
    },
    "timestamp": {
      "type": "integer"
    },
    "type": {
      "type": "string"
    },
    "details": {
      "type": "object"
    }
  }
}