Databricks job api validation

Mustafa91
New Contributor II

Hey everyone,

I am creating databricks Jobs using ADO pipelines. I am creating the json content using python and in thr release pipeline i call databricks cli create command with the json.

W​hat I would like to do is that in my CI pipeline, I need to validate if the generated json content is valid or not. I cannot know if the json is correct or not until I really create the job. Is there cli command or rest api to validate the job json? Smth like "databricks validate ***.json"