{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/clusterSummary", "title": "clusterSummary", "type": "object", "properties": { "clusterId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI", "description": "Unique ID of the cluster." }, "clusterName": { "type": "string", "example": "cluster-1", "description": "Name of the cluster." } } }