{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClusterRedirectDetailsSJ1", "title": "ClusterRedirectDetailsSJ1", "type": "object", "properties": { "redirectReason": { "type": "string", "example": "Capacity exceeded", "description": "The reason for the redirect." }, "redirectCount": { "type": "number", "example": 26, "description": "Number of Call Redirects." }, "possibleRemediation": { "type": "string", "example": "Video Mesh exceeded its capacity. If this happens frequently, consider adding more nodes to your clusters.", "description": "Any possible remediations for this overflow." } } }