Databricks · Schema

CreateJobRequest

Artificial IntelligenceAnalyticsApache SparkBig DataCleanroomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine-LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

Properties

Name Type Description
name string The name of the job.
tasks array A list of task specifications to be executed by this job. For single-task jobs, use the top-level task fields instead.
job_clusters array A list of job cluster specifications that can be shared and reused by tasks in this job.
notification_settings object
timeout_seconds integer Maximum allowed duration for the job. If exceeded, the job is set to a TIMED_OUT life cycle state. 0 means no timeout.
continuous object Continuous job settings for streaming workloads.
trigger object Trigger settings for file arrival-based jobs.
max_concurrent_runs integer Maximum number of concurrent runs for the job. Setting to 1 ensures only one run at a time.
tags object Tags for the job.
format string The format of the job.
queue object Queue settings for the job.
parameters array Job-level parameter definitions.
run_as object Identity to run the job as.
access_control_list array
View JSON Schema on GitHub

JSON Schema

databricks-create-job-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateJobRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the job."
    },
    "tasks": {
      "type": "array",
      "description": "A list of task specifications to be executed by this job. For single-task jobs, use the top-level task fields instead."
    },
    "job_clusters": {
      "type": "array",
      "description": "A list of job cluster specifications that can be shared and reused by tasks in this job."
    },
    "notification_settings": {
      "type": "object"
    },
    "timeout_seconds": {
      "type": "integer",
      "description": "Maximum allowed duration for the job. If exceeded, the job is set to a TIMED_OUT life cycle state. 0 means no timeout."
    },
    "continuous": {
      "type": "object",
      "description": "Continuous job settings for streaming workloads."
    },
    "trigger": {
      "type": "object",
      "description": "Trigger settings for file arrival-based jobs."
    },
    "max_concurrent_runs": {
      "type": "integer",
      "description": "Maximum number of concurrent runs for the job. Setting to 1 ensures only one run at a time."
    },
    "tags": {
      "type": "object",
      "description": "Tags for the job."
    },
    "format": {
      "type": "string",
      "description": "The format of the job."
    },
    "queue": {
      "type": "object",
      "description": "Queue settings for the job."
    },
    "parameters": {
      "type": "array",
      "description": "Job-level parameter definitions."
    },
    "run_as": {
      "type": "object",
      "description": "Identity to run the job as."
    },
    "access_control_list": {
      "type": "array"
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/databricks-create-job-request"
All schemas
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.