{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "JobSettings", "type": "object", "properties": { "name": { "type": "string" }, "tasks": { "type": "array" }, "job_clusters": { "type": "array" }, "timeout_seconds": { "type": "integer" }, "max_concurrent_runs": { "type": "integer" }, "tags": { "type": "object" }, "format": { "type": "string" }, "queue": { "type": "object" }, "continuous": { "type": "object" }, "parameters": { "type": "array" }, "run_as": { "type": "object" } } }