{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ComputePool", "type": "object", "properties": { "min_nodes": { "type": "integer" }, "max_nodes": { "type": "integer" }, "instance_family": { "type": "string" }, "auto_resume": { "type": "boolean" }, "comment": { "type": "string" }, "state": { "type": "string" }, "num_services": { "type": "integer" }, "num_jobs": { "type": "integer" }, "auto_suspend_secs": { "type": "integer" }, "active_nodes": { "type": "integer" }, "idle_nodes": { "type": "integer" }, "target_nodes": { "type": "integer" }, "created_on": { "type": "string" }, "resumed_on": { "type": "string" }, "updated_on": { "type": "string" }, "owner": { "type": "string" }, "is_exclusive": { "type": "boolean" }, "application": { "type": "string" }, "budget": { "type": "string" }, "error_code": { "type": "string" }, "status_message": { "type": "string" } } }