{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "JobCluster", "type": "object", "properties": { "job_cluster_key": { "type": "string", "description": "A unique key for the job cluster. Referenced by tasks using job_cluster_key." } } }