{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OceanCluster", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "controllerClusterId": { "type": "string" }, "region": { "type": "string" }, "autoScaler": { "type": "object" }, "capacity": { "type": "object" }, "strategy": { "type": "object" }, "compute": { "type": "object" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" } } }