{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GcpAttributes", "type": "object", "properties": { "use_preemptible_executors": { "type": "boolean" }, "google_service_account": { "type": "string" }, "availability": { "type": "string" } } }