{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "#Cluster",
    "description": "A cluster of compute or database resources/workloads.",
    "type": "object",
    "allOf": [
        {
            "$ref": "#Entity"
        },
        {
            "properties": {},
            "required": []
        }
    ]
}
