Regenerate generated empty json schema docs (#301)

## Changes
<!-- Summary of your changes that are easy to understand -->

## Tests
<!-- How is this tested? -->
This commit is contained in:
shreyas-goenka 2023-04-04 12:07:30 +02:00 committed by GitHub
parent 57cf66d3a8
commit ddbb17b0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 512 additions and 0 deletions

View File

@ -32,6 +32,17 @@
"environment": {
"description": "Environment is set by the mutator that selects the environment."
},
"lock": {
"description": "",
"properties": {
"enabled": {
"description": ""
},
"force": {
"description": ""
}
}
},
"name": {
"description": ""
},
@ -81,6 +92,17 @@
"environment": {
"description": "Environment is set by the mutator that selects the environment."
},
"lock": {
"description": "",
"properties": {
"enabled": {
"description": ""
},
"force": {
"description": ""
}
}
},
"name": {
"description": ""
},
@ -100,11 +122,79 @@
"resources": {
"description": "Specification of databricks resources to instantiate",
"properties": {
"experiments": {
"description": "",
"additionalproperties": {
"description": "",
"properties": {
"artifact_location": {
"description": ""
},
"creation_time": {
"description": ""
},
"experiment_id": {
"description": ""
},
"last_update_time": {
"description": ""
},
"lifecycle_stage": {
"description": ""
},
"name": {
"description": ""
},
"permissions": {
"description": "",
"items": {
"description": "",
"properties": {
"group_name": {
"description": ""
},
"level": {
"description": ""
},
"service_principal_name": {
"description": ""
},
"user_name": {
"description": ""
}
}
}
},
"tags": {
"description": "",
"items": {
"description": "",
"properties": {
"key": {
"description": ""
},
"value": {
"description": ""
}
}
}
}
}
}
},
"jobs": {
"description": "List of job definations",
"additionalproperties": {
"description": "",
"properties": {
"continuous": {
"description": "",
"properties": {
"pause_status": {
"description": ""
}
}
},
"email_notifications": {
"description": "An optional set of email addresses that is notified when runs of this job begin or complete as well as when this job is deleted. The default behavior is to not send any emails.",
"properties": {
@ -390,6 +480,26 @@
"name": {
"description": "An optional name for the job."
},
"permissions": {
"description": "",
"items": {
"description": "",
"properties": {
"group_name": {
"description": ""
},
"level": {
"description": ""
},
"service_principal_name": {
"description": ""
},
"user_name": {
"description": ""
}
}
}
},
"schedule": {
"description": "An optional periodic schedule for this job. The default behavior is that the job only runs when triggered by clicking “Run Now” in the Jobs UI or sending an API request to `runNow`.",
"properties": {
@ -940,6 +1050,28 @@
"timeout_seconds": {
"description": "An optional timeout applied to each run of this job. The default behavior is to have no timeout."
},
"trigger": {
"description": "",
"properties": {
"file_arrival": {
"description": "",
"properties": {
"min_time_between_trigger_seconds": {
"description": ""
},
"url": {
"description": ""
},
"wait_after_last_change_seconds": {
"description": ""
}
}
},
"pause_status": {
"description": ""
}
}
},
"webhook_notifications": {
"description": "A collection of system notification IDs to notify when the run begins or completes. The default behavior is to not send any system notifications.",
"properties": {
@ -981,6 +1113,121 @@
}
}
},
"models": {
"description": "",
"additionalproperties": {
"description": "",
"properties": {
"creation_timestamp": {
"description": ""
},
"description": {
"description": ""
},
"last_updated_timestamp": {
"description": ""
},
"latest_versions": {
"description": "",
"items": {
"description": "",
"properties": {
"creation_timestamp": {
"description": ""
},
"current_stage": {
"description": ""
},
"description": {
"description": ""
},
"last_updated_timestamp": {
"description": ""
},
"name": {
"description": ""
},
"run_id": {
"description": ""
},
"run_link": {
"description": ""
},
"source": {
"description": ""
},
"status": {
"description": ""
},
"status_message": {
"description": ""
},
"tags": {
"description": "",
"items": {
"description": "",
"properties": {
"key": {
"description": ""
},
"value": {
"description": ""
}
}
}
},
"user_id": {
"description": ""
},
"version": {
"description": ""
}
}
}
},
"name": {
"description": ""
},
"permissions": {
"description": "",
"items": {
"description": "",
"properties": {
"group_name": {
"description": ""
},
"level": {
"description": ""
},
"service_principal_name": {
"description": ""
},
"user_name": {
"description": ""
}
}
}
},
"tags": {
"description": "",
"items": {
"description": "",
"properties": {
"key": {
"description": ""
},
"value": {
"description": ""
}
}
}
},
"user_id": {
"description": ""
}
}
}
},
"pipelines": {
"description": "List of pipeline definations",
"additionalproperties": {
@ -1249,6 +1496,26 @@
"name": {
"description": "Friendly identifier for this pipeline."
},
"permissions": {
"description": "",
"items": {
"description": "",
"properties": {
"group_name": {
"description": ""
},
"level": {
"description": ""
},
"service_principal_name": {
"description": ""
},
"user_name": {
"description": ""
}
}
}
},
"photon": {
"description": "Whether Photon is enabled for this pipeline."
},
@ -1485,11 +1752,79 @@
"resources": {
"description": "Specification of databricks resources to instantiate",
"properties": {
"experiments": {
"description": "",
"additionalproperties": {
"description": "",
"properties": {
"artifact_location": {
"description": ""
},
"creation_time": {
"description": ""
},
"experiment_id": {
"description": ""
},
"last_update_time": {
"description": ""
},
"lifecycle_stage": {
"description": ""
},
"name": {
"description": ""
},
"permissions": {
"description": "",
"items": {
"description": "",
"properties": {
"group_name": {
"description": ""
},
"level": {
"description": ""
},
"service_principal_name": {
"description": ""
},
"user_name": {
"description": ""
}
}
}
},
"tags": {
"description": "",
"items": {
"description": "",
"properties": {
"key": {
"description": ""
},
"value": {
"description": ""
}
}
}
}
}
}
},
"jobs": {
"description": "List of job definations",
"additionalproperties": {
"description": "",
"properties": {
"continuous": {
"description": "",
"properties": {
"pause_status": {
"description": ""
}
}
},
"email_notifications": {
"description": "An optional set of email addresses that is notified when runs of this job begin or complete as well as when this job is deleted. The default behavior is to not send any emails.",
"properties": {
@ -1775,6 +2110,26 @@
"name": {
"description": "An optional name for the job."
},
"permissions": {
"description": "",
"items": {
"description": "",
"properties": {
"group_name": {
"description": ""
},
"level": {
"description": ""
},
"service_principal_name": {
"description": ""
},
"user_name": {
"description": ""
}
}
}
},
"schedule": {
"description": "An optional periodic schedule for this job. The default behavior is that the job only runs when triggered by clicking “Run Now” in the Jobs UI or sending an API request to `runNow`.",
"properties": {
@ -2325,6 +2680,28 @@
"timeout_seconds": {
"description": "An optional timeout applied to each run of this job. The default behavior is to have no timeout."
},
"trigger": {
"description": "",
"properties": {
"file_arrival": {
"description": "",
"properties": {
"min_time_between_trigger_seconds": {
"description": ""
},
"url": {
"description": ""
},
"wait_after_last_change_seconds": {
"description": ""
}
}
},
"pause_status": {
"description": ""
}
}
},
"webhook_notifications": {
"description": "A collection of system notification IDs to notify when the run begins or completes. The default behavior is to not send any system notifications.",
"properties": {
@ -2366,6 +2743,121 @@
}
}
},
"models": {
"description": "",
"additionalproperties": {
"description": "",
"properties": {
"creation_timestamp": {
"description": ""
},
"description": {
"description": ""
},
"last_updated_timestamp": {
"description": ""
},
"latest_versions": {
"description": "",
"items": {
"description": "",
"properties": {
"creation_timestamp": {
"description": ""
},
"current_stage": {
"description": ""
},
"description": {
"description": ""
},
"last_updated_timestamp": {
"description": ""
},
"name": {
"description": ""
},
"run_id": {
"description": ""
},
"run_link": {
"description": ""
},
"source": {
"description": ""
},
"status": {
"description": ""
},
"status_message": {
"description": ""
},
"tags": {
"description": "",
"items": {
"description": "",
"properties": {
"key": {
"description": ""
},
"value": {
"description": ""
}
}
}
},
"user_id": {
"description": ""
},
"version": {
"description": ""
}
}
}
},
"name": {
"description": ""
},
"permissions": {
"description": "",
"items": {
"description": "",
"properties": {
"group_name": {
"description": ""
},
"level": {
"description": ""
},
"service_principal_name": {
"description": ""
},
"user_name": {
"description": ""
}
}
}
},
"tags": {
"description": "",
"items": {
"description": "",
"properties": {
"key": {
"description": ""
},
"value": {
"description": ""
}
}
}
},
"user_id": {
"description": ""
}
}
}
},
"pipelines": {
"description": "List of pipeline definations",
"additionalproperties": {
@ -2634,6 +3126,26 @@
"name": {
"description": "Friendly identifier for this pipeline."
},
"permissions": {
"description": "",
"items": {
"description": "",
"properties": {
"group_name": {
"description": ""
},
"level": {
"description": ""
},
"service_principal_name": {
"description": ""
},
"user_name": {
"description": ""
}
}
}
},
"photon": {
"description": "Whether Photon is enabled for this pipeline."
},