{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "JobService", "type": "object", "properties": { "status": { "type": "string" }, "compute_pool": { "type": "string" }, "external_access_integrations": { "type": "array" }, "comment": { "type": "string" }, "is_async_job": { "type": "boolean" } } }