{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BackupClusterInfo", "title": "BackupClusterInfo", "type": "object", "description": "Cluster backup information", "properties": { "name": { "type": "string", "description": "Cluster name" }, "repositories": { "type": "array", "description": "List of repository names", "items": { "type": "string" } }, "plans": { "type": "array", "description": "List of plan names", "items": { "type": "string" } } } }