{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClusterRedirectSJ2", "title": "ClusterRedirectSJ2", "type": "object", "properties": { "clusterId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOTEyMzQ=", "description": "ID of the Video Mesh cluster." }, "clusterName": { "type": "string", "example": "sanjose", "description": "Name of the Video Mesh cluster." }, "redirectDetails": { "type": "array", "items": { "$ref": "#/components/schemas/ClusterRedirectDetailsSJ2" }, "description": "Call Redirect Details." } } }