Databricks · JSON Structure

Databricks Library Structure

Type: object Properties: 7
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

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

Properties

jar egg whl pypi maven cran requirements

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Library",
  "type": "object",
  "properties": {
    "jar": {
      "type": "string"
    },
    "egg": {
      "type": "string"
    },
    "whl": {
      "type": "string"
    },
    "pypi": {
      "type": "object"
    },
    "maven": {
      "type": "object"
    },
    "cran": {
      "type": "object"
    },
    "requirements": {
      "type": "string"
    }
  }
}