Azure Databricks · JSON Structure

Azure Databricks Workspace Object Structure

Type: object Properties: 7
AnalyticsApache SparkBig DataData EngineeringMachine Learning

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

Properties

object_type path language object_id created_at modified_at resource_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkspaceObject",
  "type": "object",
  "properties": {
    "object_type": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "object_id": {
      "type": "integer"
    },
    "created_at": {
      "type": "integer"
    },
    "modified_at": {
      "type": "integer"
    },
    "resource_id": {
      "type": "string"
    }
  }
}